CodeIgniter Forums
PHP Speedy integration with CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: PHP Speedy integration with CI (/showthread.php?tid=10267)



PHP Speedy integration with CI - El Forum - 07-24-2008

[eluser]louis w[/eluser]
Wondering if anyone has integrated the PHP Speedy script into a CI application. I am thinking it could be done wither with hooks (display_override maybe), or even by extending the output class.


PHP Speedy integration with CI - El Forum - 07-25-2008

[eluser]Paul Wenzel[/eluser]
I considered PHP Speedy myself, but found AssetLibPro to be a quick CodeIgniter-based solution. You can get it at Google Code.

I really like your idea of using hooks, though! Please share if you find a solution!