6 ms·
Nope. Previous to PHP5.3 (when namespaces were introduced) most frameworks followed the Zend_Style_Of_Naming (That class would be located in Zend/Style/Of/Nami
by lastkarrde 15y ago
Nope.
Previous to PHP5.3 (when namespaces were introduced) most frameworks followed the Zend_Style_Of_Naming (That class would be located in Zend/Style/Of/Naming.php).
All new frameworks that support PHP5.3+ (with the exception of Fuel, it seems) have done away with Zend_Style_Naming and follow direct namespace <-> file mapping.
- soulclap 15y agoSeriously just curious, what are 'all new frameworks that support PHP5.3+' that are complying to that? And even with namespaces, I guess there are still a couple of ways on how to do this in the file system and handle autoloading. What's the 'standard' then?
- jasonlotito 15y agoI mentioned this in another comment. http://groups.google.com/group/php-standards/web/psr-0-final-proposal http://groups.google.com/group/php-standards/web/psr-0-final... Was 'ratified' by some of the bigger framework developers out there a while ago.