예제 #1
0
파일: App.php 프로젝트: neatphp/neat
 /**
  * Constructor.
  *
  * @param string $mode
  */
 public function __construct($mode)
 {
     parent::__construct($mode, realpath(__DIR__ . '/..'));
 }
예제 #2
0
파일: App.php 프로젝트: neatphp/neat
 /**
  * Constructor.
  *
  * @param string $mode
  * @param string $webDir
  */
 public function __construct($mode, $webDir)
 {
     parent::__construct($mode, __DIR__, $webDir);
 }