本文概述
- 重要功能
- 其他功能
重要功能
- 免费使用 It is licensed under MIT license, so it is free to use.
- 遵循MVC模式 It uses Model-View-Controller which basically separates logic and presentation parts. Request comes to controller, database action is performed through model and output is displayed through views.
- 重量轻 It is extremely light-weighted. CodeIgniter core system requires very small library, other libraries may be added upon dynamic request based upon your needs. That is why it is quite fast and light weighted.
- 生成SEO友好的URL URLs generated by CodeIgniter are search-engine friendly and clean. It uses a segment based approach rather than standard query based approach.
- 内置库 It comes with full packet libraries that enable all the web needed tasks like database, form validation, sending email, manipulating images, sending emails, etc.
But in normal PHP scripting, every page represents MVC which increases complexity.
- 安全性和XSS过滤
- 文件上传, 会话管理, 分页, 数据加密
- 灵活的URI路由
- 邮编编码类
- 错误记录
- 全页缓存
- 本土化