Ben gibi küresel ana kontrolöre ile benim denetleyicileri genişletmek çalışıyorum:
class BaseController extends Zend_Controller_Action {
// common controller actions
public function listAction() {
// do stuff
}
}
class IndexController extends BaseController {
// index controller specific actions
}
class LoginController extends BaseController {
// login controller specific actions
}
But I get this error: PHP Fatal error: Class 'BaseController' not found in /var/www/Zend/project/application/controllers/IndexController.php on line 3
Herhangi Bu denetleyici "görmek" için Zend almak nasıl bir fikir?