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?

 
-- 
View this message in context: 
http://www.nabble.com/run-ZF-bootstrap-file%28index.php%29-from-command-line-tf4596352s16154.html#a13122713
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to