コード例 #1
0
ファイル: Model.php プロジェクト: Lofanmi/think
 public function __construct()
 {
     parent::__construct("make:model");
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: Lofanmi/think
 public function __construct()
 {
     parent::__construct("make:controller");
 }