| 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>CodeIgniter Features : 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 |
<!-- START NAVIGATION -->
|
|
|
26 |
<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>
|
|
|
27 |
<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>
|
|
|
28 |
<div id="masthead">
|
|
|
29 |
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
|
|
|
30 |
<tr>
|
|
|
31 |
<td><h1>CodeIgniter User Guide Version 1.7.1</h1></td>
|
|
|
32 |
<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
|
|
|
33 |
</tr>
|
|
|
34 |
</table>
|
|
|
35 |
</div>
|
|
|
36 |
<!-- END NAVIGATION -->
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
<!-- START BREADCRUMB -->
|
|
|
40 |
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
|
|
|
41 |
<tr>
|
|
|
42 |
<td id="breadcrumb">
|
|
|
43 |
<a href="http://codeigniter.com/">CodeIgniter Home</a> ›
|
|
|
44 |
<a href="../index.html">User Guide Home</a> ›
|
|
|
45 |
Features
|
|
|
46 |
</td>
|
|
|
47 |
<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>
|
|
|
48 |
</tr>
|
|
|
49 |
</table>
|
|
|
50 |
<!-- END BREADCRUMB -->
|
|
|
51 |
|
|
|
52 |
<br clear="all" />
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
<!-- START CONTENT -->
|
|
|
56 |
<div id="content">
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
<h1>CodeIgniter Features</h1>
|
|
|
60 |
|
|
|
61 |
<p>Features in and of themselves are a very poor way to judge an application since they tell you nothing
|
|
|
62 |
about the user experience, or how intuitively or intelligently it is designed. Features
|
|
|
63 |
don't reveal anything about the quality of the code, or the performance, or the attention to detail, or security practices.
|
|
|
64 |
The only way to really judge an app is to try it and get to know the code. <a href="../installation/">Installing</a>
|
|
|
65 |
CodeIgniter is child's play so we encourage you to do just that. In the mean time here's a list of CodeIgniter's main features.</p>
|
|
|
66 |
|
|
|
67 |
<ul>
|
|
|
68 |
<li>Model-View-Controller Based System</li>
|
|
|
69 |
<li>PHP 4 Compatible</li>
|
|
|
70 |
<li>Extremely Light Weight</li>
|
|
|
71 |
<li>Full Featured database classes with support for several platforms.</li>
|
|
|
72 |
<li>Active Record Database Support</li>
|
|
|
73 |
<li>Form and Data Validation</li>
|
|
|
74 |
<li>Security and XSS Filtering</li>
|
|
|
75 |
<li>Session Management</li>
|
|
|
76 |
<li>Email Sending Class. Supports Attachments, HTML/Text email, multiple protocols (sendmail, SMTP, and Mail) and more.</li>
|
|
|
77 |
<li>Image Manipulation Library (cropping, resizing, rotating, etc.). Supports GD, ImageMagick, and NetPBM</li>
|
|
|
78 |
<li>File Uploading Class</li>
|
|
|
79 |
<li>FTP Class</li>
|
|
|
80 |
<li>Localization</li>
|
|
|
81 |
<li>Pagination</li>
|
|
|
82 |
<li>Data Encryption</li>
|
|
|
83 |
<li>Benchmarking</li>
|
|
|
84 |
<li>Full Page Caching</li>
|
|
|
85 |
<li>Error Logging</li>
|
|
|
86 |
<li>Application Profiling</li>
|
|
|
87 |
<li>Scaffolding</li>
|
|
|
88 |
<li>Calendaring Class</li>
|
|
|
89 |
<li>User Agent Class</li>
|
|
|
90 |
<li>Zip Encoding Class</li>
|
|
|
91 |
<li>Template Engine Class</li>
|
|
|
92 |
<li>Trackback Class</li>
|
|
|
93 |
<li>XML-RPC Library</li>
|
|
|
94 |
<li>Unit Testing Class</li>
|
|
|
95 |
<li>Search-engine Friendly URLs</li>
|
|
|
96 |
<li>Flexible URI Routing</li>
|
|
|
97 |
<li>Support for Hooks, Class Extensions, and Plugins</li>
|
|
|
98 |
<li>Large library of "helper" functions</li>
|
|
|
99 |
</ul>
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
</div>
|
|
|
105 |
<!-- END CONTENT -->
|
|
|
106 |
|
|
|
107 |
|
|
|
108 |
<div id="footer">
|
|
|
109 |
<p>
|
|
|
110 |
Previous Topic: <a href="at_a_glance.html">CodeIgniter At a Glance</a>
|
|
|
111 |
·
|
|
|
112 |
<a href="#top">Top of Page</a> ·
|
|
|
113 |
<a href="../index.html">User Guide Home</a> ·
|
|
|
114 |
Next Topic: <a href="appflow.html">Application Flow Chart</a>
|
|
|
115 |
</p>
|
|
|
116 |
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006-2008 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
|
|
|
117 |
</div>
|
|
|
118 |
|
|
|
119 |
</body>
|
|
|
120 |
</html>
|