Does zend support php 4? Explain
Answer / Omkar
No, the Zend Framework does not support PHP 4. It requires at least PHP 5.3.0 to run, as it makes use of several PHP 5 features like namespaces, late static binding, and closures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what are the steps kept in mind while designing the zend_form?
How to write a program that performs the calculations using the sql function?
Explain what are the default methods provided by decorators?
What are decorators in the zend framework?
Can you explain why are in-built libraries used for the web services?
Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
How we can do multiple column ordering in zend framework?
Is zend_cache provides a generic way to cache any data?
What is the purpose of bootstrap in zend framework?
Do you know what is the way in which the html can be used to form elements?
Where is the model in zf's mvc implementation?
Checking whether form posted or not in zend framework?