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 |
What is full form of cla in zend framework?
How to disable layout from controller in zend framework?
Do you know what is zend engine?
How to fetch last inserted id, fetch all record,find and fetch a single record.
Explain routing in zend framework?
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
How to set 'selected' value in select box dropdown list?
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
How to get all post data in zend framework?
How to add a view helper directory (zend framework)?
Which version of php does zend framework require?
What is zend framework in php?