Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 5th, 2010 | Syntax: None | Size: 2.14 KB | Hits: 143 | Expires: Never
Copy text to clipboard
  1. # /home/migrain2/public_html/Zend/bin/zf.sh show version
  2.                           An Error Has Occurred                        
  3.  Action '/home/migrain2/public_html/Zend/bin/zf.php' is not a valid    
  4. action.                                                                
  5.  
  6. Zend Framework Command Line Console Tool v1.10.8
  7. Usage:
  8.     zf [--global-opts] action-name [--action-opts] provider-name [--provider-opts] [provider parameters ...]
  9.     Note: You may use "?" in any place of the above usage string to ask for more specific help information.
  10.     Example: "zf ? version" will list all available actions for the version provider.
  11.  
  12. Providers and their actions:
  13.   Version
  14.     zf show version mode[=mini] name-included[=1]
  15.     Note: There are specialties, use zf show version.? to get specific help on them.
  16.  
  17.   Config
  18.     zf create config
  19.     zf show config
  20.     Note: There are specialties, use zf enable config.? to get specific help on them.
  21.     Note: There are specialties, use zf disable config.? to get specific help on them.
  22.  
  23.   Phpinfo
  24.     zf show phpinfo
  25.  
  26.   Manifest
  27.     zf show manifest
  28.  
  29.   Profile
  30.     zf show profile
  31.  
  32.   Project
  33.     zf create project path name-of-profile file-of-profile
  34.     zf show project
  35.     Note: There are specialties, use zf show project.? to get specific help on them.
  36.  
  37.   Application
  38.     zf change application.class-name-prefix class-name-prefix
  39.  
  40.   Model
  41.     zf create model name module
  42.  
  43.   View
  44.     zf create view controller-name action-name-or-simple-name
  45.  
  46.   Controller
  47.     zf create controller name index-action-included[=1] module
  48.  
  49.   Action
  50.     zf create action name controller-name[=Index] view-included[=1] module
  51.  
  52.   Module
  53.     zf create module name
  54.  
  55.   Form
  56.     zf create form name module
  57.  
  58.   Layout
  59.     zf enable layout
  60.     zf disable layout
  61.  
  62.   DbAdapter
  63.     zf configure db-adapter dsn section-name[=production]
  64.  
  65.   DbTable
  66.     zf create db-table name actual-table-name module force-overwrite
  67.     Note: There are specialties, use zf create db-table.? to get specific help on them.
  68.  
  69.   ProjectProvider
  70.     zf create project-provider name actions
  71.  
  72.  
  73. migrain2@migrainesoft.com [/etc]#