-- Federico Cargnelutti <[EMAIL PROTECTED]> wrote (on Thursday, 15 May 2008, 12:59 PM +0100): > Do you guys know any PHP framework that is compatible with ZF or extends any > of > its components? For example: > > http://trac2.assembla.com/zym > http://xyster.devweblog.org/
My understanding is that symfony has a ZF bridge, and I've seen several tutorials for both Cake and CodeIgniter that utilize ZF components. Also, Magento, the e-commerce application/framework, is built on ZF. Basically, since ZF has a use-at-will architecture, it's "compatible" with basically any framework, as you can drop in ZF components whenever you may need them. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
