Basic Site creation in CodeIgniterHere, we'll learn how to create a basic site with the help of CodeIgniter. In controllers folder we'll create a file named as Form.php We have created different files for header, nav, content and footer and all these files are loaded in the contoller's file. File header.php in application/views File nav.php in application/views Final output is shown below with URL localhost/site_example/index.php/Form.
Next TopicCodeIgniter Methods
|