コード例 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     Zoombi_Profiler::start('Application');
     $this->setName(Zoombi_Module::DEFAULT_MODULE_NAME);
     $this->setBaseDir(Zoombi::getBootDir());
     $this->setConfig(Zoombi::$defaults);
     parent::__construct();
     $this->m_errors = array();
     $this->m_except = array();
     $this->m_database = null;
     $this->m_app_route_deep = 0;
     $this->m_route_transform = array();
 }