コード例 #1
0
 /**
  * (non-PHPdoc)
  * @see lib/agavi/src/core/AgaviContext#initialize()
  */
 public function initialize()
 {
     // Fill in the context
     AppKitAgaviUtil::initContext($this);
     /*
      * Make our settings ready
      * before run agavi
      */
     self::buildVersionString();
     $this->initializePhpSettings();
     $this->initializeModules();
     parent::initialize();
     $this->initializeAutosettings();
     $this->initializeExceptionHandling();
 }