1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="zend.tool.project.providers">
4 <title>Zend_Tool Project Providers</title>
7 Below is a table of all of the providers shipped with
8 <classname>Zend_Tool_Project</classname>.
11 <table id="zend.tool.project.project-provider">
12 <title>Project Provider Options</title>
17 <entry>Provider Name</entry>
18 <entry>Available Actions</entry>
19 <entry>Parameters</entry>
20 <entry><acronym>CLI</acronym> Usage</entry>
26 <entry>Controller</entry>
28 <entry>create - [name, indexActionIncluded=true]</entry>
29 <entry><command>zf create controller foo</command></entry>
35 <entry>create - [name, controllerName=index, viewIncluded=true]</entry>
38 <command>zf create action bar foo</command>
39 (or <command>zf create action --name bar --controlller-name=foo</command>)
44 <entry>Controller</entry>
46 <entry>create - [name, indexActionIncluded=true]</entry>
47 <entry><command>zf create controller foo</command></entry>
51 <entry>Profile</entry>
53 <entry>show - []</entry>
54 <entry><command>zf show profile</command></entry>
60 <entry>create - [controllerName,actionNameOrSimpleName]</entry>
63 <command>zf create view foo bar</command>
64 (or <command>zf create view -c foo -a bar</command>)
70 <entry>Create / Enable / Disable</entry>
71 <entry>create - [libraryClassName]</entry>
74 <command>zf create test My_Foo_Baz</command> /
75 <command>zf disable test</command> /
76 <command>zf enable test</command>