Derek Allard | 2067d1a | 2008-11-13 22:59:24 +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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 | <head> |
| 4 | |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 6 | <title>Table of Contents : CodeIgniter User Guide</title> |
| 7 | |
| 8 | <style type='text/css' media='all'>@import url('userguide.css');</style> |
| 9 | <link rel='stylesheet' type='text/css' media='all' href='userguide.css' /> |
| 10 | |
| 11 | <script type="text/javascript" src="nav/nav.js"></script> |
| 12 | <script type="text/javascript" src="nav/prototype.lite.js"></script> |
| 13 | <script type="text/javascript" src="nav/moo.fx.js"></script> |
| 14 | <script type="text/javascript" src="nav/user_guide_menu.js"></script> |
| 15 | |
| 16 | <meta http-equiv='expires' content='-1' /> |
| 17 | <meta http-equiv= 'pragma' content='no-cache' /> |
| 18 | <meta name='robots' content='all' /> |
| 19 | <meta name='author' content='ExpressionEngine Dev Team' /> |
| 20 | <meta name='description' content='CodeIgniter User Guide' /> |
| 21 | |
| 22 | </head> |
| 23 | <body> |
| 24 | |
| 25 | |
| 26 | <!-- START NAVIGATION --> |
| 27 | <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('null');</script></div></div> |
| 28 | <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> |
| 29 | <div id="masthead"> |
| 30 | <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> |
| 31 | <tr> |
Phil Sturgeon | 5543fd7 | 2011-10-27 01:55:56 +0100 | [diff] [blame^] | 32 | <td><h1>CodeIgniter User Guide Version 2.1.0</h1></td> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 33 | </tr> |
| 34 | </table> |
| 35 | </div> |
| 36 | <!-- END NAVIGATION --> |
| 37 | |
| 38 | |
| 39 | <!-- START BREADCRUMB --> |
| 40 | |
| 41 | <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> |
| 42 | <tr> |
| 43 | <td id="breadcrumb"> |
| 44 | <a href="http://codeigniter.com/">CodeIgniter Home</a> › |
| 45 | <a href="index.html">User Guide Home</a> › |
| 46 | Table of Contents |
| 47 | </td> |
| 48 | <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="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> |
| 49 | </tr> |
| 50 | </table> |
| 51 | <!-- END BREADCRUMB --> |
| 52 | |
| 53 | <br clear="all" /> |
| 54 | |
| 55 | <!-- START CONTENT --> |
| 56 | <div id="content"> |
| 57 | |
| 58 | |
| 59 | <h1>Table of Contents</h1> |
| 60 | |
| 61 | <table cellpadding="0" cellspacing="10" border="0" width="100%"> |
| 62 | <tr> |
| 63 | <td valign="top" width="25%"> |
| 64 | |
| 65 | <h3>Basic Info</h3> |
| 66 | <ul> |
| 67 | <li><a href="./general/requirements.html">Server Requirements</a></li> |
| 68 | <li><a href="license.html">License Agreement</a></li> |
| 69 | <li><a href="changelog.html">Change Log</a></li> |
| 70 | <li><a href="./general/credits.html">Credits</a></li> |
Barry Mieny | dd67197 | 2010-10-04 16:33:58 +0200 | [diff] [blame] | 71 | </ul> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 72 | |
| 73 | <h3>Installation</h3> |
| 74 | <ul> |
| 75 | <li><a href="./installation/downloads.html">Downloading CodeIgniter </a></li> |
| 76 | <li><a href="./installation/index.html">Installation Instructions</a></li> |
Derek Allard | 6f7b0aa | 2009-09-16 08:26:33 +0000 | [diff] [blame] | 77 | <li><a href="./installation/upgrading.html">Upgrading from a Previous Version</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 78 | <li><a href="./installation/troubleshooting.html">Troubleshooting</a></li> |
| 79 | </ul> |
| 80 | |
| 81 | <h3>Introduction</h3> |
| 82 | <ul> |
| 83 | <li><a href="./overview/getting_started.html">Getting Started</a></li> |
| 84 | <li><a href="./overview/at_a_glance.html">CodeIgniter at a Glance</a></li> |
Derek Allard | 560dff0 | 2009-08-11 11:26:33 +0000 | [diff] [blame] | 85 | <li><a href="./overview/cheatsheets.html">CodeIgniter Cheatsheets</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 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> |
Barry Mieny | dd67197 | 2010-10-04 16:33:58 +0200 | [diff] [blame] | 90 | </ul> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 91 | |
Joël Cox | f27bcf3 | 2011-08-22 22:29:06 +0200 | [diff] [blame] | 92 | <h3>Tutorial</h3> |
| 93 | <ul> |
Joël Cox | 7bd6335 | 2011-08-27 20:21:19 +0200 | [diff] [blame] | 94 | <li><a href="./tutorial/index.html">Introduction</a></li> |
Joël Cox | f27bcf3 | 2011-08-22 22:29:06 +0200 | [diff] [blame] | 95 | <li><a href="./tutorial/static_pages.html">Static pages</a></li> |
| 96 | <li><a href="./tutorial/news_section.html">News section</a></li> |
| 97 | <li><a href="./tutorial/create_news_items.html">Create news items</a></li> |
| 98 | <li><a href="./tutorial/conclusion.html">Conclusion</a></li> |
| 99 | </ul> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 100 | |
| 101 | </td> |
| 102 | <td valign="top" width="25%"> |
| 103 | |
| 104 | <h3>General Topics</h3> |
| 105 | <ul> |
| 106 | <li><a href="./general/urls.html">CodeIgniter URLs</a></li> |
| 107 | <li><a href="./general/controllers.html">Controllers</a></li> |
Derek Jones | c6da503 | 2010-03-09 20:44:27 -0600 | [diff] [blame] | 108 | <li><a href="./general/reserved_names.html">Reserved Names</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 109 | <li><a href="./general/views.html">Views</a></li> |
| 110 | <li><a href="./general/models.html">Models</a></li> |
| 111 | <li><a href="./general/helpers.html">Helpers</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 112 | <li><a href="./general/libraries.html">Using CodeIgniter Libraries</a></li> |
| 113 | <li><a href="./general/creating_libraries.html">Creating Your Own Libraries</a></li> |
kenjis | db60d24 | 2011-04-15 11:31:30 +0900 | [diff] [blame] | 114 | <li><a href="./general/drivers.html">Using CodeIgniter Drivers</a></li> |
| 115 | <li><a href="./general/creating_drivers.html">Creating Your Own Drivers</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 116 | <li><a href="./general/core_classes.html">Creating Core Classes</a></li> |
| 117 | <li><a href="./general/hooks.html">Hooks - Extending the Core</a></li> |
| 118 | <li><a href="./general/autoloader.html">Auto-loading Resources</a></li> |
Derek Jones | c6da503 | 2010-03-09 20:44:27 -0600 | [diff] [blame] | 119 | <li><a href="./general/common_functions.html">Common Functions</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 120 | <li><a href="./general/routing.html">URI Routing</a></li> |
| 121 | <li><a href="./general/errors.html">Error Handling</a></li> |
| 122 | <li><a href="./general/caching.html">Caching</a></li> |
| 123 | <li><a href="./general/profiling.html">Profiling Your Application</a></li> |
Phil Sturgeon | 8d63cc6 | 2011-04-07 11:52:41 +0100 | [diff] [blame] | 124 | <li><a href="./general/cli.html">Running via the CLI</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 125 | <li><a href="./general/managing_apps.html">Managing Applications</a></li> |
Razican | 7a75de1 | 2011-04-25 12:58:11 +0200 | [diff] [blame] | 126 | <li><a href="./general/environments.html">Handling Multiple Environments</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 127 | <li><a href="./general/alternative_php.html">Alternative PHP Syntax</a></li> |
| 128 | <li><a href="./general/security.html">Security</a></li> |
Barry Mieny | dd67197 | 2010-10-04 16:33:58 +0200 | [diff] [blame] | 129 | <li><a href="./general/styleguide.html">PHP Style Guide</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 130 | <li><a href="./doc_style/index.html">Writing Documentation</a></li> |
| 131 | </ul> |
| 132 | |
Eric Barnes | d73eb76 | 2011-02-13 15:15:25 -0500 | [diff] [blame] | 133 | <h3>Additional Resources</h3> |
| 134 | |
| 135 | <ul> |
| 136 | <li><a href="http://codeigniter.com/forums/">Community Forums</a></li> |
| 137 | <li><a href="http://codeigniter.com/wiki/">Community Wiki</a></li> |
| 138 | </ul> |
| 139 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 140 | </td> |
| 141 | <td valign="top" width="25%"> |
| 142 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 143 | <h3>Class Reference</h3> |
| 144 | <ul> |
| 145 | <li><a href="./libraries/benchmark.html">Benchmarking Class</a></li> |
Rick Ellis | 3bacd02 | 2009-02-17 02:31:56 +0000 | [diff] [blame] | 146 | <li><a href="./libraries/calendar.html">Calendar Class</a></li> |
Rick Ellis | 9648303 | 2009-02-17 02:31:47 +0000 | [diff] [blame] | 147 | <li><a href="./libraries/cart.html">Cart Class</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 148 | <li><a href="./libraries/config.html">Config Class</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 149 | <li><a href="./libraries/email.html">Email Class</a></li> |
| 150 | <li><a href="./libraries/encryption.html">Encryption Class</a></li> |
| 151 | <li><a href="./libraries/file_uploading.html">File Uploading Class</a></li> |
| 152 | <li><a href="./libraries/form_validation.html">Form Validation Class</a></li> |
| 153 | <li><a href="./libraries/ftp.html">FTP Class</a></li> |
| 154 | <li><a href="./libraries/table.html">HTML Table Class</a></li> |
Barry Mieny | dd67197 | 2010-10-04 16:33:58 +0200 | [diff] [blame] | 155 | <li><a href="./libraries/image_lib.html">Image Manipulation Class</a></li> |
Derek Jones | 42526cf | 2010-04-28 08:22:44 -0500 | [diff] [blame] | 156 | <li><a href="./libraries/input.html">Input Class</a></li> |
Derek Jones | 9d3ad26 | 2011-01-28 14:06:58 -0600 | [diff] [blame] | 157 | <li><a href="./libraries/javascript.html">Javascript Class</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 158 | <li><a href="./libraries/loader.html">Loader Class</a></li> |
| 159 | <li><a href="./libraries/language.html">Language Class</a></li> |
Phil Sturgeon | 5543fd7 | 2011-10-27 01:55:56 +0100 | [diff] [blame^] | 160 | <li><a href="./libraries/migration.html">Migration Class</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 161 | <li><a href="./libraries/output.html">Output Class</a></li> |
| 162 | <li><a href="./libraries/pagination.html">Pagination Class</a></li> |
Derek Jones | 9898b89 | 2010-03-10 14:04:17 -0600 | [diff] [blame] | 163 | <li><a href="./libraries/security.html">Security Class</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 164 | <li><a href="./libraries/sessions.html">Session Class</a></li> |
| 165 | <li><a href="./libraries/trackback.html">Trackback Class</a></li> |
| 166 | <li><a href="./libraries/parser.html">Template Parser Class</a></li> |
| 167 | <li><a href="./libraries/typography.html">Typography Class</a></li> |
| 168 | <li><a href="./libraries/unit_testing.html">Unit Testing Class</a></li> |
| 169 | <li><a href="./libraries/uri.html">URI Class</a></li> |
| 170 | <li><a href="./libraries/user_agent.html">User Agent Class</a></li> |
| 171 | <li><a href="./libraries/xmlrpc.html">XML-RPC Class</a></li> |
| 172 | <li><a href="./libraries/zip.html">Zip Encoding Class</a></li> |
| 173 | </ul> |
| 174 | |
| 175 | |
| 176 | </td> |
| 177 | <td valign="top" width="25%"> |
| 178 | |
Eric Barnes | d73eb76 | 2011-02-13 15:15:25 -0500 | [diff] [blame] | 179 | <h3>Driver Reference</h3> |
| 180 | <ul> |
| 181 | <li><a href="./libraries/caching.html">Caching Class</a></li> |
| 182 | <li><a href="./database/index.html">Database Class</a></li> |
| 183 | <li><a href="./libraries/javascript.html">Javascript Class</a></li> |
| 184 | </ul> |
| 185 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 186 | <h3>Helper Reference</h3> |
| 187 | <ul> |
| 188 | <li><a href="./helpers/array_helper.html">Array Helper</a></li> |
Derek Allard | 5eb964f | 2010-08-19 09:31:52 -0400 | [diff] [blame] | 189 | <li><a href="./helpers/captcha_helper.html">CAPTCHA Helper</a></li> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 190 | <li><a href="./helpers/cookie_helper.html">Cookie Helper</a></li> |
| 191 | <li><a href="./helpers/date_helper.html">Date Helper</a></li> |
| 192 | <li><a href="./helpers/directory_helper.html">Directory Helper</a></li> |
| 193 | <li><a href="./helpers/download_helper.html">Download Helper</a></li> |
| 194 | <li><a href="./helpers/email_helper.html">Email Helper</a></li> |
| 195 | <li><a href="./helpers/file_helper.html">File Helper</a></li> |
| 196 | <li><a href="./helpers/form_helper.html">Form Helper</a></li> |
| 197 | <li><a href="./helpers/html_helper.html">HTML Helper</a></li> |
| 198 | <li><a href="./helpers/inflector_helper.html">Inflector Helper</a></li> |
| 199 | <li><a href="./helpers/language_helper.html">Language Helper</a></li> |
| 200 | <li><a href="./helpers/number_helper.html">Number Helper</a></li> |
| 201 | <li><a href="./helpers/path_helper.html">Path Helper</a></li> |
| 202 | <li><a href="./helpers/security_helper.html">Security Helper</a></li> |
| 203 | <li><a href="./helpers/smiley_helper.html">Smiley Helper</a></li> |
| 204 | <li><a href="./helpers/string_helper.html">String Helper</a></li> |
| 205 | <li><a href="./helpers/text_helper.html">Text Helper</a></li> |
| 206 | <li><a href="./helpers/typography_helper.html">Typography Helper</a></li> |
| 207 | <li><a href="./helpers/url_helper.html">URL Helper</a></li> |
| 208 | <li><a href="./helpers/xml_helper.html">XML Helper</a></li> |
Barry Mieny | dd67197 | 2010-10-04 16:33:58 +0200 | [diff] [blame] | 209 | </ul> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 210 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 211 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 212 | |
| 213 | |
| 214 | </td> |
| 215 | </tr> |
| 216 | </table> |
| 217 | |
| 218 | </div> |
| 219 | <!-- END CONTENT --> |
| 220 | |
| 221 | |
| 222 | <div id="footer"> |
| 223 | <p><a href="#top">Top of Page</a></p> |
Derek Jones | 700205a | 2011-01-28 07:44:28 -0600 | [diff] [blame] | 224 | <p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006 - 2011 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 225 | </div> |
| 226 | |
| 227 | |
| 228 | </body> |
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 229 | </html> |