Zend Toolプロジェクトプロバイダー 下記はZend Toolプロジェクトとともに出荷されたプロバイダーすべての一覧です。 プロジェクトプロバイダーオプション プロバイダー名 可能なアクション パラメータ CLI 使用法 Controller 作成 create - [name, indexActionIncluded=true] zf create controller foo Action 作成 create - [name, controllerName=index, viewIncluded=true] zf create action bar foo (または zf create action --name bar --controlller-name=foo) Controller 作成 create - [name, indexActionIncluded=true] zf create controller foo Profile 表示 show - [] zf show profile View 作成 create - [controllerName,actionNameOrSimpleName] zf create view foo bar (または zf create view -c foo -a bar) Test 作成 有効化 無効化 create - [libraryClassName] zf create test My_Foo_Baz zf disable test zf enable test