![]() |
output->cache ... ALL or NOTHING? - 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: output->cache ... ALL or NOTHING? (/showthread.php?tid=6473) |
output->cache ... ALL or NOTHING? - El Forum - 02-28-2008 [eluser]jonnyjon[/eluser] Hi, I'm a CI noob and was just wondering if output->cache has support for "no-cache" of certain portions of a view? CakePHP supports this, and I know CI doesn't have an advanced template system, and that an alternative is mashing Smarty into CI. Thanks. output->cache ... ALL or NOTHING? - El Forum - 02-28-2008 [eluser]Lovecannon[/eluser] Yeah, the only way your gonna be able to do that is with a custom cache library, such as mine. http://ellislab.com/forums/viewthread/72538/ That might help you out, instead of caching your template, think about caching your data ^_^ |