PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

Zend_Tool Project Providers

Below is a table of all of the providers shipped with Zend_Tool_Project.

Table 164. Project Provider Options

Provider Name Available Actions Parameters CLI Usage
Controller Create create - [name, indexActionIncluded=true] zf create controller foo
Action Create create - [name, controllerName=index, viewIncluded=true] zf create action bar foo (or zf create action --name bar --controlller-name=foo)
Controller Create create - [name, indexActionIncluded=true] zf create controller foo
Profile Show show - [] zf show profile
View Create create - [controllerName,actionNameOrSimpleName] zf create view foo bar (or 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

Zend Framework