Cheatography
https://cheatography.com
Zend Framework Command Line Console Tool v1.11.5
Usagezf [--global-opts] action-name [--action-opts] provider-name [--provider-opts] [provider parameters ...] |
Note: You may use "?" in any place of the above usage string to ask for more specific help information.
Example: "zf ? version" will list all available actions for the version provider.
Versionzf show version mode[=mini] name-included[=1] |
Note: There are specialties, use zf show version.? to get specific help on them.
Configzf create config | zf show config | zf enable config | zf disable config |
Note: There are specialties, use zf enable config.? to get specific help on them.
Note: There are specialties, use zf disable config.? to get specific help on them.
ProjectProviderzf create project-provider name actions |
| |
Projectzf create project path name-of-profile file-of-profile | zf show project |
Note: There are specialties, use zf show project.? to get specific help on them.
Applicationzf change application.class-name-prefix class-name-prefix |
Modelzf create model name module |
Viewzf create view controller-name action-name-or-simple-name |
| | Controllerzf create controller name index-action-included[=1] module |
Actionzf create action name controller-name[=Index] view-included[=1] module |
DbAdapterzf configure db-adapter dsn section-name[=production] |
DbTablezf create db-table name actual-table-name module force-overwrite |
Note: There are specialties, use zf create db-table.? to get specific help on them.
Formzf enable form module | zf create form name module |
Layoutzf enable layout | zf disable layout |
|
Created By
richardjh.org
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by richardjh