How about

<?

/**
 * @DEPRECATED
 */
class Zend_Controller_Action extends Zend_Controller_Action_Abstract
{}



I have a +1 on making _Abstract a coding standard (as well as _Interface ;) )

-ralph


In this particular case, Zend_Controller_Action is one of the first
classes ever added to the framework, and the '_Abstract'convention was
started much later. We considered renaming it at one point, but it would
have broken enough existing code by users of the framework that we
deemed it not worthwhile (and making Zend_Controller_Action a concrete
class extending Zend_Controller_Action_Abstract would have been a bad
move as it doesn't follow the naming conventions for concrete controller
classes).


Reply via email to