Hi Wil, Thanks. Surely I'll be using PHP 5.3.
Regarding the namespace I have to get started. I am assuming that there is no problem mixing non-namespace (such as the ZF 1.x) with my own classes that will use namespaces. Thanks for the tipo about not using default. I already got some errors because I used a constant called NAMESPACE :) On Wed, Jul 21, 2010 at 12:19 PM, Wil Moore III <[email protected]>wrote: > > > BillKarwin wrote: > > > > It doesn't matter. You're going to be doing continuous refactoring > > anyway, so don't wait for ZF2.0. > > > > I would only add that it would be wise to start this project with PHP 5.3. > In anticipation of ZF 2.0 I would advise that you use namespaces when > possible. Just remember not to name your default module "default" as that > is > a reserved keyword in PHP. > > > > ----- > -- > Wil Moore III > > Why is Bottom-posting better than Top-posting: > http://www.caliburn.nl/topposting.html > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/Help-with-development-of-high-traffic-application-replication-media-management-with-ZF-tp2295544p2297366.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
