Skip to content

Feature Details Of CodeIgniterPlus

Md Ali Ahsan Rana edited this page Aug 21, 2014 · 1 revision

All Features:

  • A number of popular open source libraries to boost codeigniter development with your existing knowledge on them.(See above)
  • Organized directory structure for view files/stylesheets and javascript files.
  • Loading view template automatically based on the name of Controller and function.(Inspired from Asp.NET MVC architecture)
  • Load javascripts libraries in asynchronous request, helping your application get the maximum performance.
  • Load stylesheet files/javascript files automatically if exist for a specific page. No external include/import required.
  • detect domain name automatically and add to the page title. Of course option also available for add page title/meta key and meta descriptions as well.
  • custom javascript "on load" function for your page, where you can initialize page specific tasks.
  • Use ORM(doctrine) for database layer.
  • User template engine(smarty) for view layer.
  • Automatic client validation binding for forms all over the application(using jquery validate plugin). Also, custom enhanced style applied to validation error message placeholder.
  • Being ahead to the new era of PHP along with Composer, the dependency manage for PHP. You can install virtually anything(which have provided composer support) with it and use without any trouble.
  • Front-end packages ( i.e. JavaScript libraries, CSS libraries) get installed via using Bower(package manager).
  • Social login integration with facebook and twitter.
Clone this wiki locally