![]() |
Cache_Lite for CI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Cache_Lite for CI (/showthread.php?tid=5410) |
Cache_Lite for CI - El Forum - 01-21-2008 [eluser]Unknown[/eluser] This is Cache_Lite for CodeIgniter from PEAR. I renamed base class: class cacher ... New constructor: Code: function cacher($options = array(NULL)) Example: Code: function customersCount() Download cache_lite for CI Cache_Lite for CI - El Forum - 01-21-2008 [eluser]xwero[/eluser] I think you better add more checks instead of suppressing errors with the at character, it tends to slow down the application. Cache_Lite for CI - El Forum - 01-21-2008 [eluser]Unknown[/eluser] Thank you, I posted new example! |