Write a program to show the execution of the application?
Answer / Nitin Dutta
"Here's an example to execute a Zend Framework application:n$app = new Zend_Application(array('configPath' => 'path/to/application/configs'));n$frontController = $app->getFrontController();n$frontController->dispatch(); // Dispatch the request and start the execution."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to connect to the mysql database in zend framework2?
How can I detect if an optional file has been uploaded?
Can we move the index.php file outside the public folder?
What are naming convention for php file?
How to check whether a form posted or not in the zend framework?
How to disable layout from controller?
What is the major difference between zend_auth and zend_acl?
What are the elements used in customizing the output of using the standard decorators?
What are the features of zend framework?
Why can’t zend_form render my file element without errors?
Name some important component in zend framework?
What is the minimum php version required to run zend framework 2?