プロジェクトを作成

Zend_Tool プロジェクトプロバイダー

下記は Zend_Tool_Project とともに出荷されたプロバイダーすべての一覧です。

プロジェクトプロバイダーオプション
プロバイダー名 可能なアクション パラメータ CLI 使用法
Controller Create create - [name, indexActionIncluded=true] zf create controller foo
Action Create create - [name, controllerName=index, viewIncluded=true] zf create action bar foo (または zf create action --name bar --controlller-name=foo)
Controller Create create - [name, indexActionIncluded=true] zf create controller foo
ProfileShow show - [] zf show profile
View Create create - [controllerName,actionNameOrSimpleName] zf create view foo bar (または zf create view -c foo -a bar)
Test Create / Enable / Disable create - [libraryClassName] zf create test My_Foo_Baz / zf disable test / zf enable test

プロジェクトを作成