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…

Read more
That is All