-- 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/
