
CodeIgniter - Basic ConceptsControllersA controller is a simple class file. As the name suggests, it controls the whole application by URI.Creating a ControllerFirst, go to application/controllers folder. You will find two files there, index.html and Welcome.php....