What is Zend Framework? What is the use of it?

devquora
devquora

Posted On: Feb 25, 2020

 

    1 Answer Written

  •  devquora
    Answered by Prachi

    Zend framework refers to open source and object-oriented web application hierarchy for PHP. It is used by the developers to build web applications delivering 100% object-oriented coding utilizing all the features of PHP. As it has a large number of loosely coupled components. Developers can use them independently and this framework is referred to as "component library". It also provides the latest model view controller implementation.

Related Questions

Please Login or Register to leave a response.

Related Questions

Zend Framework Interview Questions

Which version of PHP does Zend Framework require?

Zend Framework requires PHP 5.2.4 and up. Zend framework is enhanced to utilize all of the object-oriented features of..

Zend Framework Interview Questions

How to check whether a form posted or not in the Zend framework?

We can check whether a form is posted or not in Zend Framework in major two ways-: Process the form submission and st..

Zend Framework Interview Questions

 What is the major difference between Zend_Auth and Zend_Acl?

Here are a few considerable differences: Zend_Auth utilizes the method like OpenID, LDAP, and HTTP to provide the con..