Where’s my Front Controller?
I’ve been spending a bit of time on StackOverflow lately and have even earned myself a bronze “Zend Framework” badge. One thing I continually see in questions surrounding the bootstrap process and resource plugins is this… protected function _initSomething() { $front = FrontController::getInstance(); // and so on This is not the right way to [...]

