Codeigniter Hello World
Let’s make a new Controller in our project that will display our Hello World string […]
Let’s make a new Controller in our project that will display our Hello World string […]
In Codeigniter the index() method is always loaded by default if the second segment of […]
If your URI contains more then two segments they will be passed to your method […]
Often a URL is requested that doesn’t have anything associated a controller in Codeigniter, for […]
A view is simply a web page, or a page fragment, like a header, footer, […]
Data is passed from the controller to the view by way of an array or […]
The data array you pass to your view files is not limited to simple variables. […]
To get the relative address o of your website, you have to first specify base […]