From 03d0a570e699dfca8032f5ea65951a48c4dceac4 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Wed, 4 Feb 2009 12:57:50 +0000
Subject: added a note on the scaffolding page that it has been deprecated.
---
user_guide/general/scaffolding.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html
index cc9484814..36e4544d7 100644
--- a/user_guide/general/scaffolding.html
+++ b/user_guide/general/scaffolding.html
@@ -57,6 +57,8 @@ Scaffolding
Scaffolding
+Scaffolding has been deprecated from CodeIgniter as of 1.6.0.
+
CodeIgniter's Scaffolding feature provides a fast and very convenient way to add, edit, or delete information in your database
during development.
@@ -65,7 +67,6 @@ security other than a "secret" word, so anyone who has access to your CodeIgnite
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.
-
Why would someone use scaffolding?
Here's a typical scenario: You create a new database table during development and you'd like a quick way to insert some data
--
cgit v1.2.3-24-g4f1b