Quantcast
Channel: CodeIgniter
Viewing all articles
Browse latest Browse all 6

How can we slimply create a static page in CodeIgniter

$
0
0

Some times we need static pages on sites. In CodeIgniter, to show a static page in a site, you have to create a Controller for handling the page display. A Controller is a class which has methods to handle the HTTP request, that is Models and Views in a site.


Viewing all articles
Browse latest Browse all 6

Trending Articles