-- Tobias Gies <[EMAIL PROTECTED]> wrote (on Tuesday, 09 October 2007, 10:35 PM +0200): > PS @all: I for myself am indeed really surprised that ZF itself still lacks a > solution for this problem. Maybe this falls under the 20% of use cases ZF is > not going to cover itself? It'd be great if a Zender could clarify :-)
We actually have a CLI request object in the proposals written by Zend's own Cal Evans (of the DevZone). However, its at a lower priority than other proposals such as Zend_Layout and Zend_View_Enhanced. We *are* thinking about it, but currently don't have a timeline for pushing it in to the project. > 2007/10/9, Kexiao Liao <[EMAIL PROTECTED]>: > > > We need to run the Zend Framework bootstrap file(index.php in our case) > from > Unix/Linux command line as following: > > php5 index.php. > > The bootstrap file can also be launched from the normal http request > through > the remote web browser access. > > When we try to launch it from command line, the front Controller dispatch > statement($response = $frontController->dispatch();) need to be commend > out. > Is there any condition we can put before the front Controller dispatch > statement from zend framework? -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
