zoukankan      html  css  js  c++  java
  • zf.bat命令

    (zend framework 1.9.5版本)

    Zend Framework Command Line Console Tool v1.9.5
    Usage:
        zf [--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.

    Providers and their actions:
      Version
        zf show version mode[=mini] name-included[=1]
        Note: There are specialties, use zf show version.? to get specific help on them.

      Phpinfo
        zf show phpinfo

      Manifest
        zf show manifest

      Profile
        zf show profile

      Project
        zf 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.

      View
        zf create view controller-name action-name-or-simple-name

      Controller
        zf create controller name index-action-included[=1] module

      Action
        zf create action name controller-name[=index] view-included[=1] module

      Module
        zf create module name

      ProjectProvider
        zf create project-provider name actions

  • 相关阅读:
    【蓝桥杯/算法训练】Sticks 剪枝算法 (附胜利大逃亡)
    【蓝桥杯/基础练习】回文数、特殊的回文数
    【蓝桥杯/基础练习】十六进制转八进制
    交叉验证
    第一次写博客---交叉验证
    实验五
    汇编语言第二章
    实验四
    实验三
    实验二
  • 原文地址:https://www.cnblogs.com/rethink/p/1601640.html
Copyright © 2011-2022 走看看