-- mbneto <[EMAIL PROTECTED]> wrote (on Tuesday, 12 August 2008, 04:05 PM -0400): > The documentation on Zend_Console_Getopt gave me no clue of how to use it in > order to dispatch a request to an existing controller/action. > > Do you have any other info about this? Perhaps a code sample?
Cal Evans wrote a proposal for this at one point, and he had a pretty nice way of doing it. Please check the proposals for this. Otherwise, I'll try and whip up a sample, but you'll have to wait a few days. > On Sat, Jul 26, 2008 at 9:22 AM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> > wrote: > > -- mbneto <[EMAIL PROTECTED]> wrote > (on Saturday, 26 July 2008, 07:58 AM -0400): > > Is there any way to use the MVC from the PHP CLI? > > Yes -- it's pretty trivial to create request objects that pull options > via Zend_Console_Getopt (though we do not have an official one), and we > already ship a Cli version of the response object. > > ZF is in no way tied to just web applications as the person below has > claimed. > > > On Thu, Jan 17, 2008 at 11:06 PM, ctx2002 <[EMAIL PROTECTED]> wrote: > > > > > > you cannot do it , sorry. > > ZF is a web based application, need apache(or any web server) to > make > it > > work. > > > > regards -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
