/** * the constructor * */ public function __construct() { $this->_applicationName = 'SimpleFAQ'; $this->_controller = SimpleFAQ_Controller_Faq::getInstance(); }