| 1 |
lars |
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>
|
|
|
32 |
<td><h1>CodeIgniter User Guide Version 1.7.1</h1></td>
|
|
|
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>
|
|
|
71 |
</ul>
|
|
|
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>
|
|
|
77 |
<li><a href="./installation/upgrading.html">Upgrading from an Previous Version</a></li>
|
|
|
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>
|
|
|
85 |
<li><a href="./overview/features.html">Supported Features</a></li>
|
|
|
86 |
<li><a href="./overview/appflow.html">Application Flow Chart</a></li>
|
|
|
87 |
<li><a href="./overview/mvc.html">Model-View-Controller</a></li>
|
|
|
88 |
<li><a href="./overview/goals.html">Architectural Goals</a></li>
|
|
|
89 |
</ul>
|
|
|
90 |
|
|
|
91 |
|
|
|
92 |
</td>
|
|
|
93 |
<td valign="top" width="25%">
|
|
|
94 |
|
|
|
95 |
<h3>General Topics</h3>
|
|
|
96 |
<ul>
|
|
|
97 |
<li><a href="./general/urls.html">CodeIgniter URLs</a></li>
|
|
|
98 |
<li><a href="./general/controllers.html">Controllers</a></li>
|
|
|
99 |
<li><a href="general/reserved_names.html">Reserved Names</a></li>
|
|
|
100 |
<li><a href="./general/views.html">Views</a></li>
|
|
|
101 |
<li><a href="./general/models.html">Models</a></li>
|
|
|
102 |
<li><a href="./general/helpers.html">Helpers</a></li>
|
|
|
103 |
<li><a href="./general/plugins.html">Plugins</a></li>
|
|
|
104 |
<li><a href="./general/libraries.html">Using CodeIgniter Libraries</a></li>
|
|
|
105 |
<li><a href="./general/creating_libraries.html">Creating Your Own Libraries</a></li>
|
|
|
106 |
<li><a href="./general/core_classes.html">Creating Core Classes</a></li>
|
|
|
107 |
<li><a href="./general/hooks.html">Hooks - Extending the Core</a></li>
|
|
|
108 |
<li><a href="./general/autoloader.html">Auto-loading Resources</a></li>
|
|
|
109 |
<li><a href="general/common_functions.html">Common Functions</a></li>
|
|
|
110 |
<li><a href="./general/scaffolding.html">Scaffolding</a></li>
|
|
|
111 |
<li><a href="./general/routing.html">URI Routing</a></li>
|
|
|
112 |
<li><a href="./general/errors.html">Error Handling</a></li>
|
|
|
113 |
<li><a href="./general/caching.html">Caching</a></li>
|
|
|
114 |
<li><a href="./general/profiling.html">Profiling Your Application</a></li>
|
|
|
115 |
<li><a href="./general/managing_apps.html">Managing Applications</a></li>
|
|
|
116 |
<li><a href="./general/alternative_php.html">Alternative PHP Syntax</a></li>
|
|
|
117 |
<li><a href="./general/security.html">Security</a></li>
|
|
|
118 |
<li><a href="./general/styleguide.html">PHP Style Guide</a></li>
|
|
|
119 |
<li><a href="./doc_style/index.html">Writing Documentation</a></li>
|
|
|
120 |
</ul>
|
|
|
121 |
|
|
|
122 |
</td>
|
|
|
123 |
<td valign="top" width="25%">
|
|
|
124 |
|
|
|
125 |
|
|
|
126 |
<h3>Class Reference</h3>
|
|
|
127 |
<ul>
|
|
|
128 |
<li><a href="./libraries/benchmark.html">Benchmarking Class</a></li>
|
|
|
129 |
<li><a href="./libraries/calendar.html">Calendaring Class</a></li>
|
|
|
130 |
<li><a href="./libraries/config.html">Config Class</a></li>
|
|
|
131 |
<li><a href="./database/index.html">Database Class</a></li>
|
|
|
132 |
<li><a href="./libraries/email.html">Email Class</a></li>
|
|
|
133 |
<li><a href="./libraries/encryption.html">Encryption Class</a></li>
|
|
|
134 |
<li><a href="./libraries/file_uploading.html">File Uploading Class</a></li>
|
|
|
135 |
<li><a href="./libraries/form_validation.html">Form Validation Class</a></li>
|
|
|
136 |
<li><a href="./libraries/ftp.html">FTP Class</a></li>
|
|
|
137 |
<li><a href="./libraries/table.html">HTML Table Class</a></li>
|
|
|
138 |
<li><a href="./libraries/image_lib.html">Image Manipulation Class</a></li>
|
|
|
139 |
<li><a href="./libraries/input.html">Input and Security Class</a></li>
|
|
|
140 |
<li><a href="./libraries/loader.html">Loader Class</a></li>
|
|
|
141 |
<li><a href="./libraries/language.html">Language Class</a></li>
|
|
|
142 |
<li><a href="./libraries/output.html">Output Class</a></li>
|
|
|
143 |
<li><a href="./libraries/pagination.html">Pagination Class</a></li>
|
|
|
144 |
<li><a href="./libraries/sessions.html">Session Class</a></li>
|
|
|
145 |
<li><a href="./libraries/trackback.html">Trackback Class</a></li>
|
|
|
146 |
<li><a href="./libraries/parser.html">Template Parser Class</a></li>
|
|
|
147 |
<li><a href="./libraries/typography.html">Typography Class</a></li>
|
|
|
148 |
<li><a href="./libraries/unit_testing.html">Unit Testing Class</a></li>
|
|
|
149 |
<li><a href="./libraries/uri.html">URI Class</a></li>
|
|
|
150 |
<li><a href="./libraries/user_agent.html">User Agent Class</a></li>
|
|
|
151 |
<li><a href="./libraries/xmlrpc.html">XML-RPC Class</a></li>
|
|
|
152 |
<li><a href="./libraries/zip.html">Zip Encoding Class</a></li>
|
|
|
153 |
</ul>
|
|
|
154 |
|
|
|
155 |
|
|
|
156 |
</td>
|
|
|
157 |
<td valign="top" width="25%">
|
|
|
158 |
|
|
|
159 |
<h3>Helper Reference</h3>
|
|
|
160 |
<ul>
|
|
|
161 |
<li><a href="./helpers/array_helper.html">Array Helper</a></li>
|
|
|
162 |
<li><a href="./helpers/compatibility_helper.html">Compatibility Helper</a></li>
|
|
|
163 |
<li><a href="./helpers/cookie_helper.html">Cookie Helper</a></li>
|
|
|
164 |
<li><a href="./helpers/date_helper.html">Date Helper</a></li>
|
|
|
165 |
<li><a href="./helpers/directory_helper.html">Directory Helper</a></li>
|
|
|
166 |
<li><a href="./helpers/download_helper.html">Download Helper</a></li>
|
|
|
167 |
<li><a href="./helpers/email_helper.html">Email Helper</a></li>
|
|
|
168 |
<li><a href="./helpers/file_helper.html">File Helper</a></li>
|
|
|
169 |
<li><a href="./helpers/form_helper.html">Form Helper</a></li>
|
|
|
170 |
<li><a href="./helpers/html_helper.html">HTML Helper</a></li>
|
|
|
171 |
<li><a href="./helpers/inflector_helper.html">Inflector Helper</a></li>
|
|
|
172 |
<li><a href="./helpers/language_helper.html">Language Helper</a></li>
|
|
|
173 |
<li><a href="./helpers/number_helper.html">Number Helper</a></li>
|
|
|
174 |
<li><a href="./helpers/path_helper.html">Path Helper</a></li>
|
|
|
175 |
<li><a href="./helpers/security_helper.html">Security Helper</a></li>
|
|
|
176 |
<li><a href="./helpers/smiley_helper.html">Smiley Helper</a></li>
|
|
|
177 |
<li><a href="./helpers/string_helper.html">String Helper</a></li>
|
|
|
178 |
<li><a href="./helpers/text_helper.html">Text Helper</a></li>
|
|
|
179 |
<li><a href="./helpers/typography_helper.html">Typography Helper</a></li>
|
|
|
180 |
<li><a href="./helpers/url_helper.html">URL Helper</a></li>
|
|
|
181 |
<li><a href="./helpers/xml_helper.html">XML Helper</a></li>
|
|
|
182 |
</ul>
|
|
|
183 |
|
|
|
184 |
<h3>Additional Resources</h3>
|
|
|
185 |
|
|
|
186 |
<ul>
|
|
|
187 |
<li><a href="http://codeigniter.com/forums/">Community Forums</a></li>
|
|
|
188 |
<li><a href="http://codeigniter.com/wiki/">Community Wiki</a></li>
|
|
|
189 |
</ul>
|
|
|
190 |
|
|
|
191 |
|
|
|
192 |
</td>
|
|
|
193 |
</tr>
|
|
|
194 |
</table>
|
|
|
195 |
|
|
|
196 |
</div>
|
|
|
197 |
<!-- END CONTENT -->
|
|
|
198 |
|
|
|
199 |
|
|
|
200 |
<div id="footer">
|
|
|
201 |
<p><a href="#top">Top of Page</a></p>
|
|
|
202 |
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006-2008 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
|
|
|
203 |
</div>
|
|
|
204 |
|
|
|
205 |
|
|
|
206 |
</body>
|
|
|
207 |
</html>
|