Code Igniter Sample Application
Code Igniter Functions Sample Application
Goals
What you see above is the final product of a video tutorial on building a simple application using Code Igniter. The entire application took me about 15 mintues to build - but don't take my word for it, watch it geting constructed for yourself.
This application builds on earlier tutorials, and in addition to standard considerations, incorporates the following concepts:
- Changing the default controller
- Templating
- Models
- View and controller organization
- Scriptaculous effects and autocomplete
- AJAX and dynamic information retrieval
- Unobtrusive javascript enhancements
- Caching pages for performance
The full code for the application is available from the downloads area.