Michael Depetrillo wrote:
I have revision 1863 and the __construct() method of Zend_Controller_Front
is private causing php 5.1.6 to throw a fatal error.
Looks like in 1646 the incubator Front Controller went back to singleton.
* Reinstated getInstance(), based on feedback from:
*
http://drone-alliance.org/wordpress/2006/11/11/discovering-the-zend-framework-020-preview/
* many questions on-list
* Front controllers should never have more than one instance
* Added resetInstance() method to front controller, which allows setting the
object to a known clean state -- allowing tests to run normally.