Codeigniter
Deleting Codeigniter Webpage Cache
Codeigniter Output class provides a way to create HTML cache of the view files loaded through controller. eg: If the url is example.com/CONTROLLER/FUNCTION23 To cache the view loaded b…
Codeigniter Output class provides a way to create HTML cache of the view files loaded through controller. eg: If the url is example.com/CONTROLLER/FUNCTION23 To cache the view loaded b…
Using templating engine with PHP saves more time when you are working on long time projects. Eventhough Codeigniter uses uses MVC, Most of the time view looks rubbish. Templating lik…
Code Igniter URL Rewrite According to Codeigniter Documentation following is the htaccess way to remove index.php from URI. RewriteEngine on RewriteCond $1 !^(index\.php|images|…