CodeIgniter – MVC Framework
Codeigniter is PHP Framework which is construct on the Model-View-Controller (MVC) architectural pattern. Model-View-Controller is a software development pattern which divides application in three part the model, the view and the controller. Model– The Model contains the application data structures. These contain different sets of the functions related to database operation that helps in inserting,… Read More »