-- David Mintz <[email protected]> wrote (on Monday, 31 January 2011, 03:37 PM -0500): > A naive question: even if ZendX JQuery is dropped as of ZF 2.0, if you > wanted to migrate to 2.0 *and* keep ZendX JQuery, is there any reason why > you couldn't install it and use like any other 3rd party or home-grown > plugin?
The main problem is that the interfaces and base classes will have changed to make use of namespaces. As such, at minimum, it would need to be migrated to be compatible with the new names. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
