diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-08 15:59:27 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-08 15:59:27 +0200 |
commit | ee0a7f0083e9e3e2e667211acd3909e71aa1ec47 (patch) | |
tree | 363e075af6634dc10d089956171e775557ac710a /user_guide/general/scaffolding.html | |
parent | e50d1a82e7c24f507049ddb77afd9e1cbb29d7e8 (diff) |
Added a Reserved Names page to the userguide, and migrated reserved controller names into it.
Added a Common Functions page to the userguide for globally available functions.
Diffstat (limited to 'user_guide/general/scaffolding.html')
-rw-r--r-- | user_guide/general/scaffolding.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html index 764e3b4cf..7dc66d1d8 100644 --- a/user_guide/general/scaffolding.html +++ b/user_guide/general/scaffolding.html @@ -104,7 +104,7 @@ class Blog extends Controller {<br /> function Blog()<br />
{<br />
parent::Controller();<br /><br />
- <samp>$this->load->scaffolding(</samp><kbd>'table_name'</kbd>);</samp><br />
+ <samp>$this->load->scaffolding(</samp><kbd>'table_name'</kbd>);<br />
}<br />
}<br />
?></code>
@@ -135,12 +135,10 @@ database functions.</p> <div id="footer">
<p>
-Previous Topic: <a href="autoloader.html">Auto-loading Resources</a>
- ·
+Previous Topic: <a href="common_functions.html">Common Functions</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="routing.html">URI Routing</a>
-</p>
+Next Topic: <a href="routing.html">URI Routing</a></p>
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006-2008 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
|