diff options
author | Andrey Andreev <narf@devilix.net> | 2018-03-22 15:48:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-03-22 15:48:55 +0100 |
commit | 71e647782764184e3aab4faffe6d99176758979f (patch) | |
tree | 74dbdd50a61cd5674915c144aca9ebbc00b235b8 /user_guide_src/source/overview/features.rst | |
parent | b12fbad77bd69ca0c7624a9094c29b7691ea6107 (diff) |
[ci skip] 3.1.8 release
Diffstat (limited to 'user_guide_src/source/overview/features.rst')
-rw-r--r-- | user_guide_src/source/overview/features.rst | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/user_guide_src/source/overview/features.rst b/user_guide_src/source/overview/features.rst deleted file mode 100644 index f62546b61..000000000 --- a/user_guide_src/source/overview/features.rst +++ /dev/null @@ -1,46 +0,0 @@ -#################### -CodeIgniter Features -#################### - -Features in and of themselves are a very poor way to judge an -application since they tell you nothing about the user experience, or -how intuitively or intelligently it is designed. Features don't reveal -anything about the quality of the code, or the performance, or the -attention to detail, or security practices. The only way to really judge -an app is to try it and get to know the code. -:doc:`Installing <../installation/index>` 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. - -- Model-View-Controller Based System -- Extremely Light Weight -- Full Featured database classes with support for several platforms. -- Query Builder Database Support -- Form and Data Validation -- Security and XSS Filtering -- Session Management -- Email Sending Class. Supports Attachments, HTML/Text email, multiple - protocols (sendmail, SMTP, and Mail) and more. -- Image Manipulation Library (cropping, resizing, rotating, etc.). - Supports GD, ImageMagick, and NetPBM -- File Uploading Class -- FTP Class -- Localization -- Pagination -- Data Encryption -- Benchmarking -- Full Page Caching -- Error Logging -- Application Profiling -- Calendaring Class -- User Agent Class -- Zip Encoding Class -- Template Engine Class -- Trackback Class -- XML-RPC Library -- Unit Testing Class -- Search-engine Friendly URLs -- Flexible URI Routing -- Support for Hooks and Class Extensions -- Large library of "helper" functions - |