I've come from a RoR background and currently working on a PHP application. The problem is the different hosts we use are either PHP 5.1 or 5.2 with no plan to upgrade to 5.3 any time soon (and we have hundreds of the application deployed so migration is not a possibility at this time).
Is there any plan on supporting this framework without the need for namespaces? I know using namespaces cleans things up very nicely (I really wish I could use them myself) but I think it's fair to say the framework would get a much wider adoption if it supported PHP < 5.3, so I thought it worth the ask.
Subject: Namespace support
Hey,
I've come from a RoR background and currently working on a PHP application. The problem is the different hosts we use are either PHP 5.1 or 5.2 with no plan to upgrade to 5.3 any time soon (and we have hundreds of the application deployed so migration is not a possibility at this time).
Is there any plan on supporting this framework without the need for namespaces? I know using namespaces cleans things up very nicely (I really wish I could use them myself) but I think it's fair to say the framework would get a much wider adoption if it supported PHP < 5.3, so I thought it worth the ask.
Thanks