diff options
23 files changed, 26 insertions, 29 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 7e0c14c81..d1598c555 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -598,7 +598,7 @@ $query = $this->db->get();</code> <div id="footer">
<p>
-Previous Topic: <a href="results.html">Query Results</a>
+Previous Topic: <a href="helpers.html">Query Helper Functions</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html index 9522c5d94..8d620c513 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -114,7 +114,7 @@ Previous Topic: <a href="fields.html">Field MetaData</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="utilities.html">Utilities Class</a>
+Next Topic: <a href="caching.html">Query Caching</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index 091faaf65..af76e336b 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -160,7 +160,7 @@ $fields = $query->field_data() <div id="footer">
<p>
-Previous Topic: <a href="transactions.html">Transactions</a>
+Previous Topic: <a href="table_data.html"> Table Data</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html index 621f6fe03..3d931ad08 100644 --- a/user_guide/database/table_data.html +++ b/user_guide/database/table_data.html @@ -105,11 +105,11 @@ if ($this->db->table_exists('table_name'))<br /> <div id="footer">
<p>
-Previous Topic: <a href="fields.html">Field MetaData</a>
+Previous Topic: <a href="transactions.html"> Transactions</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="../email.html">Email Class</a>
+Next Topic: <a href="fields.html"> Field Metadata</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index 5c59d786d..06ed295b6 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -186,11 +186,10 @@ else<br /> <div id="footer">
<p>
-Previous Topic: <a href="active_record.html">Active Record</a>
- ·
+Previous Topic: <a href="fields.html">Field MetaData</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="fields.html">Field Metadata</a>
+Next Topic: <a href="table_data.html">Table Metadata</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index e9012740f..7ed52cb25 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -329,7 +329,7 @@ Previous Topic: <a href="caching.html">DB Caching Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="caching.html">Database Caching Class</a>
+Next Topic: <a href="../libraries/email.html"> Email Class</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/general/helpers.html b/user_guide/general/helpers.html index 2bae2639c..37a71180b 100644 --- a/user_guide/general/helpers.html +++ b/user_guide/general/helpers.html @@ -133,7 +133,7 @@ This is done by opening the <var>application/config/autoload.php</var> file and <div id="footer">
<p>
-Previous Topic: <a href="views.html">Views</a>
+Previous Topic: <a href="models.html">Models</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index 13bd6b76f..706b1a36f 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -125,7 +125,7 @@ calls the desired application. The index.php file can be named anything you wan <div id="footer">
<p>
-Previous Topic: <a href="caching.html">Web Page Caching</a>
+Previous Topic: <a href="profiling.html">Profiling Your Application</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html index 328ca79ab..2d98a57d7 100644 --- a/user_guide/helpers/array_helper.html +++ b/user_guide/helpers/array_helper.html @@ -113,8 +113,7 @@ echo random_element($quotes);</code> <div id="footer">
<p>
-Previous Topic: <a href="../libraries/xmlrpc.html">XML-RPC Class</a>
- ·
+Previous Topic: <a href="../libraries/zip.html">Zip Encoding Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="cookie_helper.html">Cookie Helper</a>
diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html index b89fc1c3b..baee88fef 100644 --- a/user_guide/helpers/html_helper.html +++ b/user_guide/helpers/html_helper.html @@ -226,7 +226,7 @@ Previous Topic: <a href="form_helper.html">Form Helper</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="security_helper.html">Security Helper</a>
+Next Topic: <a href="inflector_helper.html"> Inflector Helper</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html index 2a9f4193d..9593999dd 100644 --- a/user_guide/helpers/inflector_helper.html +++ b/user_guide/helpers/inflector_helper.html @@ -140,11 +140,11 @@ echo humanize($word); // Returns "My Dog Spot" <div id="footer">
<p>
-Previous Topic: <a href="../libraries/xmlrpc.html">XML-RPC Class</a>
+Previous Topic: <a href="html_helper.html"> HTML Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="cookie_helper.html">Cookie Helper</a>
+Next Topic: <a href="security_helper.html">Security Helper</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html index 91392ad00..c0add4aaa 100644 --- a/user_guide/helpers/security_helper.html +++ b/user_guide/helpers/security_helper.html @@ -118,7 +118,7 @@ $str = dohash($str, 'md5'); // MD5 <div id="footer">
<p>
-Previous Topic: <a href="html_helper.html">HTML Helper</a>
+Previous Topic: <a href="inflector_helper.html"> Inflector Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index b0bbf8af0..54b6db03a 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -195,7 +195,7 @@ echo $str; <div id="footer">
<p>
-Previous Topic: <a href="html_helper.html">HTML Helper</a>
+Previous Topic: <a href="security_helper.html">Security Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index 0f447cdd9..7176d0599 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -189,7 +189,7 @@ system using the following code in one of your view file:</p> <div id="footer">
<p>
-Previous Topic: <a href="../general/alternative_php.html">Alternative PHP Syntax</a>
+Previous Topic: <a href="../general/security.html"> Security</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index 01f9b6851..8a26a3e0c 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -423,7 +423,7 @@ Here is the array prototype:</p> <div id="footer">
<p>
-Previous Topic: <a href="encryption.html">Encryption Class</a>
+Previous Topic: <a href="download_helper.html">Download Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html index 2907b7867..e851561ed 100644 --- a/user_guide/libraries/parser.html +++ b/user_guide/libraries/parser.html @@ -206,7 +206,7 @@ Previous Topic: <a href="trackback.html">Trackback Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="uri.html">URI Class</a>
+Next Topic: <a href="unit_testing.html">Unit Testing Class</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index f62d27807..d66617819 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -285,8 +285,7 @@ echo $this->table->generate(); <div id="footer">
<p>
-Previous Topic: <a href="file_uploading.html">File Uploading Class</a>
- ·
+Previous Topic: <a href="ftp.html"> FTP Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="image_lib.html">Image Manipulation Class</a>
diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index be6779fd0..9d869980e 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -242,7 +242,7 @@ Previous Topic: <a href="sessions.html">Session Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="unit_testing.html">Unit Testing Class</a>
+Next Topic: <a href="parser.html">Template Parser Class</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html index 401876ba9..3941a7de5 100644 --- a/user_guide/libraries/unit_testing.html +++ b/user_guide/libraries/unit_testing.html @@ -201,7 +201,7 @@ Previous Topic: <a href="parser.html">Template Parser Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="validation.html">Validation Class</a>
+Next Topic: <a href="uri.html">URI Class</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index b6d51bef2..5472ee900 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -245,7 +245,7 @@ re-routed URI in the event you are using Code Igniter's <a href="../general/rout <div id="footer">
<p>
-Previous Topic: <a href="parser.html">Template Parser Class</a>
+Previous Topic: <a href="unit_testing.html">Unit Testing Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index 0f8b141de..f4beb56f0 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -709,7 +709,7 @@ must contain the name of the radio button, the second parameter must contain its <div id="footer">
<p>
-Previous Topic: <a href="uri.html">URI Class</a>
+Previous Topic: <a href="user_agent.html">User Agent Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index 3df99bf4c..8629bc153 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -270,7 +270,7 @@ $this->zip->download('myphotos.zip'); <div id="footer">
<p>
-Previous Topic: <a href="validation.html">Validation Class</a>
+Previous Topic: <a href="xmlrpc.html"> XML-RPC Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html index ba863dd6d..ccd8f2046 100644 --- a/user_guide/overview/mvc.html +++ b/user_guide/overview/mvc.html @@ -68,7 +68,7 @@ MVC MVC is a software approach that separates application logic from presentation. In practice, it permits your web pages to contain minimal scripting since the presentation is separate from the PHP scripting.</p>
<ul>
-<li>The <strong>Model</strong> represents your data structures. Typically your model classes will contains functions that help you
+<li>The <strong>Model</strong> represents your data structures. Typically your model classes will contain functions that help you
retrieve, insert, and update information in your your database.</li>
<li>The <strong>View</strong> is the information that is being presented to a user. A View will normally be a web page, but
in Code Igniter, a view can also be a page fragment like a header or footer. It can also be an RSS page, or any other type of "page".</li>
|