The lightweight & faster PHP MVC Framework
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
A great tutorial - https://www.guru99.com/codeigniter-tutorial.html
Grocery CRUD is an open source library that makes a developer's life easier.
Grocery CRUD is an open source library that makes a developer's life easier. Just few lines of code and you can create a full stable CRUD with nice views. A completely automatic system that even a newbie in PHP can work with.
To simply get into the world of simple programming , just open the door of our grocery, we are open!!
Twig template engine implementation for PHP CodeIgniter framework.
Twiggy is not just a simple implementation of Twig template engine for CodeIgniter. It supports themes, layouts, templates for regular apps and also for apps that use HMVC (module support). It is supposed to make life easier for developing and maitaining CodeIgniter applications where themes and nicely structured templates are necessary.
URL : Twiggy Template Engine
The automatic crud generator for CodeIgniter
Generate your CRUD. The easy way. CRUDigniter allows you to automatically create complete Codeigniter CRUD for your database tables, with form validation rules, column associations and form controls.
URL : http://crudigniter.com/
Ignited Datatables - wrapper of server-side datatables
Ignited Datatables is a wrapper class/library based on the native Datatables server-side implementation by Allan Jardine found at http://datatables.net/examples/data_sources/server_side.html for CodeIgniter.
Modular Extensions - HMVC makes the CodeIgniter PHP framework modular.
Modular Extensions - HMVC makes the CodeIgniter PHP framework modular. Modules are groups of independent components (typically, controller, model and view) arranged in one application sub-directory that can be dropped into other CodeIgniter applications.