tags:

views:

738

answers:

2

how to write a sample console application with Zend

/Zend/Console/Getopt.php

i just want to pass a value as -v and will get the version information

input as

prjectfolder/console/version.php -v

out put

Version 1.xxxxx

how to code in zend. Just simple php with send lib includes methods.

A: 

You can find all the details you need in ZF docs.

RaYell
am new in Zend technology. so don't know how to use . console.
coderex
+2  A: 
ArneRie