Skip to content
/ zf-cli Public
forked from akond/zf-cli

A skeleton for command-line Zend Framework application

License

Notifications You must be signed in to change notification settings

quincia/zf-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple command-line interface to Zend Framework application.

Go to the bin directory and execute: `php cli.php`
This command executes the index action of the index controller from 
application/controllers-cli/IndexController.php

`php cli.php index info` executes the info action of the index controller.
`php cli.php index info KEY=VALUE` adds the parameter to the requst.
`php cli.php index info KEY` adds the boolean parameter equals to TRUE to the requst.
------------------------------------------------------------------------------
This code is Unlicensed (go to http://unlicense.org/ for further information).

About

A skeleton for command-line Zend Framework application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%