Codeigniter tutorial Part-2- Creating pages, subpages and passing data from controller

Codeigniter tutorial Part-2- Creating pages, subpages and passing data from controller

January 2021
3
630

Codeigniter 4 is MVC framework,  MVC refers to Model, View and Controller. Here controller is used to backend, model is used to manage tables (database). And view used to user interface.

How to start project in CodeIgniter 4?

Codeigniter tutorial Part-1 -How to start project in CodeIgniter 4?

January 2021
0
605

CodeIgniter is an open-source software rapid development web framework, for use in building dynamic web sites with PHP. CodeIgniter is a PHP MVC framework used for developing web applications rapidly. CodeIgniter provides out of the box libraries for connecting to the database and performing various operations like sending emails, uploading files, managing sessions, etc.