![]() |
Is CodeIgniter compatible with Zend Framework? - 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: Is CodeIgniter compatible with Zend Framework? (/showthread.php?tid=8564) |
Is CodeIgniter compatible with Zend Framework? - El Forum - 05-22-2008 [eluser]Unknown[/eluser] Actually the broader question would be are any of the PHP frameworks compatible with any others? Let's say I want to merge a system developed with CodeIgniter with one developed with ZF. Will it work? Is CodeIgniter compatible with Zend Framework? - El Forum - 05-22-2008 [eluser]Tom Glover[/eluser] As far as i know you can use Zend libs with CI, and it is explained well on the Freak Auth Light Website. Is CodeIgniter compatible with Zend Framework? - El Forum - 05-22-2008 [eluser]elvix[/eluser] i've used them together using a simple Zend Loader library, discussed here: http://thislab.com/2008/02/21/using-zend-framework-with-codeigniter/ works great and very easy. this is, imo, the brilliance of CI: it's a snap to extend it using the best PHP classes available. |