admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 | <html>
|
| 3 | <head>
|
| 4 |
|
| 5 | <title>Code Igniter User Guide</title>
|
| 6 |
|
| 7 | <style type='text/css' media='all'>@import url('userguide.css');</style>
|
| 8 | <link rel='stylesheet' type='text/css' media='all' href='userguide.css' />
|
| 9 |
|
admin | 17a890d | 2006-09-27 20:42:42 +0000 | [diff] [blame] | 10 | <script type="text/javascript" src="nav/nav.js"></script>
|
admin | 2296fc3 | 2006-09-27 21:07:02 +0000 | [diff] [blame] | 11 | <script type="text/javascript" src="nav/prototype.lite.js"></script>
|
admin | 17a890d | 2006-09-27 20:42:42 +0000 | [diff] [blame] | 12 | <script type="text/javascript" src="nav/moo.fx.js"></script>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 13 | <script type="text/javascript">
|
| 14 | window.onload = function() {
|
| 15 | myHeight = new fx.Height('nav', {duration: 400});
|
| 16 | myHeight.hide();
|
| 17 | }
|
| 18 | </script>
|
| 19 |
|
| 20 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| 21 | <meta http-equiv='expires' content='-1' />
|
| 22 | <meta http-equiv= 'pragma' content='no-cache' />
|
| 23 | <meta name='robots' content='all' />
|
| 24 | <meta name='author' content='Rick Ellis' />
|
| 25 | <meta name='description' content='Code Igniter User Guide' />
|
| 26 |
|
| 27 | </head>
|
| 28 | <body>
|
| 29 |
|
| 30 |
|
| 31 | <!-- START NAVIGATION -->
|
| 32 | <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('null');</script></div></div>
|
| 33 | <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="images/nav_toggle.jpg" width="153" height="44" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
|
| 34 | <div id="masthead">
|
| 35 | <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
|
| 36 | <tr>
|
admin | 41a1685 | 2006-09-26 18:17:19 +0000 | [diff] [blame] | 37 | <td><h1>Code Igniter User Guide Version 1.5.0</h1></td>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 38 | </tr>
|
| 39 | </table>
|
| 40 | </div>
|
| 41 | <!-- END NAVIGATION -->
|
| 42 |
|
| 43 |
|
| 44 | <!-- START BREADCRUMB -->
|
| 45 |
|
| 46 | <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
|
| 47 | <tr>
|
| 48 | <td id="breadcrumb">
|
| 49 | <a href="http://www.codeigniter.com/">Code Igniter Home</a> ›
|
| 50 | <a href="index.html">User Guide Home</a> ›
|
| 51 | Table of Contents
|
| 52 | </td>
|
| 53 | <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="www.codeigniter.com/user_guide/" />Search User Guide <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" /> <input type="submit" class="submit" name="sa" value="Go" /></form></td>
|
| 54 | </tr>
|
| 55 | </table>
|
| 56 | <!-- END BREADCRUMB -->
|
| 57 |
|
| 58 | <br clear="all" />
|
| 59 |
|
| 60 | <!-- START CONTENT -->
|
| 61 | <div id="content">
|
| 62 |
|
| 63 |
|
| 64 | <h1>Table of Contents</h1>
|
| 65 |
|
| 66 |
|
| 67 | <h3>Basic Info</h3>
|
| 68 | <ul>
|
| 69 | <li><a href="./general/requirements.html">Server Requirements</a></li>
|
| 70 | <li><a href="license.html">License Agreement</a></li>
|
| 71 | <li><a href="./general/changelog.html">Change Log</a></li>
|
| 72 | <li><a href="./general/credits.html">Credits</a></li>
|
| 73 | </ul>
|
| 74 |
|
| 75 | <h3>Installation</h3>
|
| 76 | <ul>
|
| 77 | <li><a href="./installation/downloads.html">Downloading Code Igniter </a></li>
|
| 78 | <li><a href="./installation/index.html">Installation Instructions</a></li>
|
| 79 | <li><a href="./installation/upgrading.html">Upgrading from an Previous Version</a></li>
|
admin | 17a890d | 2006-09-27 20:42:42 +0000 | [diff] [blame] | 80 | <li><a href="./installation/troubleshooting.html">Troubleshooting</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 81 | </ul>
|
| 82 |
|
| 83 | <h3>Introduction</h3>
|
| 84 | <ul>
|
| 85 | <li><a href="./overview/at_a_glance.html">Code Igniter at a Glance</a></li>
|
| 86 | <li><a href="./overview/features.html">Supported Features</a></li>
|
| 87 | <li><a href="./overview/appflow.html">Application Flow Chart</a></li>
|
| 88 | <li><a href="./overview/mvc.html">Model-View-Controller</a></li>
|
| 89 | <li><a href="./overview/goals.html">Architectural Goals</a></li>
|
| 90 | </ul>
|
| 91 |
|
| 92 |
|
| 93 | <h3>General Topics</h3>
|
| 94 | <ul>
|
| 95 | <li><a href="./general/index.html">Getting Started</a></li>
|
| 96 | <li><a href="./general/urls.html">Code Igniter URLs</a></li>
|
| 97 | <li><a href="./general/controllers.html">Controllers</a></li>
|
| 98 | <li><a href="./general/views.html">Views</a></li>
|
| 99 | <li><a href="./general/models.html">Models</a></li>
|
| 100 | <li><a href="./general/helpers.html">Helpers</a></li>
|
| 101 | <li><a href="./general/plugins.html">Plugins</a></li>
|
admin | a634e56 | 2006-08-25 22:19:55 +0000 | [diff] [blame] | 102 | <li><a href="./general/libraries.html">Using Code Igniter Libraries</a></li>
|
| 103 | <li><a href="./general/creating_libraries.html">Creating Your Own Libraries</a></li>
|
| 104 | <li><a href="./general/core_classes.html">Creating Core Classes</a></li>
|
| 105 | <li><a href="./general/hooks.html">Hooks - Extending the Core</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 106 | <li><a href="./general/autoloader.html">Auto-loading Resources</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 107 | <li><a href="./general/scaffolding.html">Scaffolding</a></li>
|
| 108 | <li><a href="./general/routing.html">URI Routing</a></li>
|
| 109 | <li><a href="./general/errors.html">Error Handling</a></li>
|
admin | 08f6020 | 2006-10-03 05:28:00 +0000 | [diff] [blame] | 110 | <li><a href="./general/caching.html">Caching</a></li>
|
| 111 | <li><a href="./general/profiling.html">Profiling Your Application</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 112 | <li><a href="./general/multiple_apps.html">Running Multiple Applications</a></li>
|
| 113 | <li><a href="./general/alternative_php.html">Alternative PHP Syntax</a></li>
|
| 114 | <li><a href="./general/security.html">Security</a></li>
|
| 115 | </ul>
|
| 116 |
|
| 117 |
|
| 118 |
|
| 119 | <h3>Class Reference</h3>
|
| 120 | <ul>
|
| 121 | <li><a href="./libraries/benchmark.html">Benchmarking Class</a></li>
|
| 122 | <li><a href="./libraries/calendar.html">Calendaring Class</a></li>
|
| 123 | <li><a href="./libraries/config.html">Config Class</a></li>
|
admin | 2296fc3 | 2006-09-27 21:07:02 +0000 | [diff] [blame] | 124 | <li><a href="./database/index.html">Database Class</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 125 | <li><a href="./libraries/email.html">Email Class</a></li>
|
| 126 | <li><a href="./libraries/encryption.html">Encryption Class</a></li>
|
| 127 | <li><a href="./libraries/file_uploading.html">File Uploading Class</a></li>
|
| 128 | <li><a href="./libraries/image_lib.html">Image Manipulation Class</a></li>
|
| 129 | <li><a href="./libraries/input.html">Input and Security Class</a></li>
|
| 130 | <li><a href="./libraries/loader.html">Loader Class</a></li>
|
| 131 | <li><a href="./libraries/language.html">Language Class</a></li>
|
| 132 | <li><a href="./libraries/output.html">Output Class</a></li>
|
| 133 | <li><a href="./libraries/pagination.html">Pagination Class</a></li>
|
| 134 | <li><a href="./libraries/sessions.html">Session Class</a></li>
|
| 135 | <li><a href="./libraries/trackback.html">Trackback Class</a></li>
|
| 136 | <li><a href="./libraries/parser.html">Template Parser Class</a></li>
|
| 137 | <li><a href="./libraries/unit_testing.html">Unit Testing Class</a></li>
|
| 138 | <li><a href="./libraries/uri.html">URI Class</a></li>
|
| 139 | <li><a href="./libraries/validation.html">Validation Class</a></li>
|
| 140 | <li><a href="./libraries/xmlrpc.html">XML-RPC Class</a></li>
|
| 141 | </ul>
|
| 142 |
|
| 143 |
|
| 144 |
|
| 145 | <h3>Helper Reference</h3>
|
| 146 | <ul>
|
| 147 | <li><a href="./helpers/array_helper.html">Array Helper</a></li>
|
| 148 | <li><a href="./helpers/cookie_helper.html">Cookie Helper</a></li>
|
| 149 | <li><a href="./helpers/date_helper.html">Date Helper</a></li>
|
| 150 | <li><a href="./helpers/directory_helper.html">Directory Helper</a></li>
|
admin | 78ce3cc | 2006-10-02 02:58:03 +0000 | [diff] [blame] | 151 | <li><a href="./helpers/download_helper.html">Download Helper</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 152 | <li><a href="./helpers/file_helper.html">File Helper</a></li>
|
| 153 | <li><a href="./helpers/form_helper.html">Form Helper</a></li>
|
| 154 | <li><a href="./helpers/html_helper.html">HTML Helper</a></li>
|
admin | 17a890d | 2006-09-27 20:42:42 +0000 | [diff] [blame] | 155 | <li><a href="./helpers/inflector_helper.html">Inflector Helper</a></li>
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 156 | <li><a href="./helpers/security_helper.html">Security Helper</a></li>
|
| 157 | <li><a href="./helpers/string_helper.html">String Helper</a></li>
|
| 158 | <li><a href="./helpers/text_helper.html">Text Helper</a></li>
|
| 159 | <li><a href="./helpers/typography_helper.html">Typography Helper</a></li>
|
| 160 | <li><a href="./helpers/url_helper.html">URL Helper</a></li>
|
| 161 | <li><a href="./helpers/xml_helper.html">XML Helper</a></li>
|
| 162 | </ul>
|
| 163 |
|
| 164 | <h3>Additional Resources</h3>
|
| 165 |
|
| 166 | <ul>
|
| 167 | <li><a href="./general/quick_reference.html">Quick Reference Chart</a></li>
|
| 168 | <li><a href="http://www.codeigniter.com/forums/">Community Forums</a></li>
|
| 169 | <li><a href="http://www.codeigniter.com/wiki/">Community Wiki</a></li>
|
| 170 | </ul>
|
| 171 |
|
| 172 |
|
| 173 |
|
| 174 | </div>
|
| 175 | <!-- END CONTENT -->
|
| 176 |
|
| 177 |
|
| 178 | <div id="footer">
|
| 179 | <p><a href="#top">Top of Page</a><p>
|
| 180 | <p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
|
| 181 | </div>
|
| 182 |
|
| 183 |
|
| 184 | </body>
|
| 185 | </html> |