Followings are steps to create static web pages in Codeigniter: 1.The first thing in creation of static page is setting up controller For this you have to create a file pages.php in CodeIgniter/application/controllers i.e. the path of pages.php will be CodeIgniter/application/controllers/pages.php. Write the following code inside pages.php file: 1 2 3 4 5 6 7 … Continue reading Create Pages in Codeigniter