コード例 #1
0
ファイル: TestPrepareCommand.php プロジェクト: hhamon/Propel2
 public function __construct()
 {
     parent::__construct();
     $this->root = realpath(__DIR__ . '/../../../../');
 }
コード例 #2
0
ファイル: InitCommand.php プロジェクト: SwissalpS/Propel2
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->defaultSchemaDir = getcwd();
     $this->defaultPhpDir = $this->detectDefaultPhpDir();
 }