"although that would add one line of code (require) to a ZF bootstrap for those not using autoload."
Is the use of autoload really the core issue here? I kept trying to understand the comments about needing additional require statement if the Zend class was split. Are there really people using the framework without autoload? And if so then would adding one or two more requires be a big deal for an app that already has 20 or 30 in their bootstrap file? How about we split the Zend methods into individual classes but continue to deliver a Zend class which simply passes on the methods to the correct classes? And then perhaps drop it later on once all the existing applications and tutorials get updated. -- View this message in context: http://www.nabble.com/Request-for-feedback%3A-moving-Zend.php-to-Zend-Zend.php-tf3290016s16154.html#a9239052 Sent from the Zend Framework mailing list archive at Nabble.com.
