-- Mike A <[email protected]> wrote (on Friday, 03 December 2010, 06:07 PM +0000): > I noticed documentation included with ZF 2.0.0dev1 contains old > quick start naming conventions. No namespaces for example. > > Are there any references for starting a ZF 2.0 project? Have Goggled > with little success. Trying to save some time with such things as > namespace usage, class renaming and the like.
No, not yet -- because we're just now working on the MVC milestone, and it doesn't make sense to do a ZF2 QuickStart until we know what the MVC will actually look like. In the meantime, just convert your code 1:1 from vendor prefixes to namespaces in your ZF1 app, and it *should* work. No guarantees, however -- and I'd recommend grabbing the latest code from the git repo to be safest. :) -- 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
