Write a program to show the execution of the application?
Answer Posted / 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 |
Post New Answer View All Answers