What is zend engine?
Answer / Atul Pratap Singh
Zend Engine is an implementation of the PHP scripting language as a software virtual machine. It executes PHP scripts by compiling them into an internal bytecode, which it then interprets.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include js from controller and view in zend framework?
How to use update statemnet in zend framework?
What do you know about zend layout?
Named the latest version of zend framework?
What is the procedure to see that the optional file is detected?
Which class extend the zend model? Zend_db_table_abstract
Explain how routing works?
Is zend_cache provides a generic way to cache any data?
Can you explain what is the difference between zend_auth and zend_acl?
What are plugins in zend framework?
What are the difference between zend_registry and zend_session?
How to check whether a form posted or not in the zend framework?