Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 719 Bytes

readme.rst

File metadata and controls

26 lines (19 loc) · 719 Bytes

CodeIgniter Boilerplate

Release Information

This repo contains in-development code for future releases.

Current features: - Add MY_Model to extend current CI_Model (https://github.com/avenirer/CodeIgniter-MY_Model) - Add REST_Controller for built rest server (https://github.com/chriskacerguis/codeigniter-restserver) - Add MY_Form_Validation for custom form validation - Add Multi Environment Configuration (local, staging, production) - Add Migration and Seed Classes - Using capistrano for deployment (optional using ruby, http://capistranorb.com/)

TO DO List

  • Migrations
  • Seeds