From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/general/scaffolding.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'user_guide/general/scaffolding.html') diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html index 3d3ecac21..aee72f7c7 100644 --- a/user_guide/general/scaffolding.html +++ b/user_guide/general/scaffolding.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -62,11 +62,11 @@ Scaffolding

Scaffolding

-

Code Igniter's Scaffolding feature provides a fast and very convenient way to add, edit, or delete information in your database +

CodeIgniter's Scaffolding feature provides a fast and very convenient way to add, edit, or delete information in your database during development.

Very Important: Scaffolding is intended for development use only. It provides very little -security other than a "secret" word, so anyone who has access to your Code Igniter site can potentially edit or delete your information. +security other than a "secret" word, so anyone who has access to your CodeIgniter site can potentially edit or delete your information. If you use scaffolding make sure you disable it immediately after you are through using it. DO NOT leave it enabled on a live site. And please, set a secret word before you use it.

@@ -75,7 +75,7 @@ And please, set a secret word before you use it.

Here's a typical scenario: You create a new database table during development and you'd like a quick way to insert some data into it to work with. Without scaffolding your choices are either to write some inserts using the command line or to use a -database management tool like phpMyAdmin. With Code Igniter's scaffolding feature you can quickly add some data using its browser +database management tool like phpMyAdmin. With CodeIgniter's scaffolding feature you can quickly add some data using its browser interface. And when you are through using the data you can easily delete it.

Setting a Secret Word

@@ -95,7 +95,7 @@ will launch the scaffolding interface, so please pick something obscure that no

Enabling Scaffolding

Note: The information on this page assumes you already know how controllers work, and that you have -a working one available. It also assumes you have configured Code Igniter to auto-connect to your database. +a working one available. It also assumes you have configured CodeIgniter to auto-connect to your database. If not, the information here won't be very relevant, so you are encouraged to go through those sections first. Lastly, it assumes you understand what a class constructor is. If not, read the last section of the controllers page.

@@ -146,7 +146,7 @@ Previous Topic:  Auto-loading ResourcesUser Guide Home   ·   Next Topic:  URI Routing

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b