zend framework for php

by 1 replies
2
I want to learn zend framework for developing a web application but I am not getting what zend framework is just by reading documentation.
Can you please share any resource to learn zend framework.
#programming #framework #php #zend
  • Zend is a set of Classes and functions that help you organize your code, eliminate boilerplate, and adhere to a separation of data storage / retrieval, business logic, and the user interface.

    IBM has a good high-level introduction if you are not used to the concept of a framework. In order to find the article, search google for "Understanding the zend framework".

Next Topics on Trending Feed

  • 2

    I want to learn zend framework for developing a web application but I am not getting what zend framework is just by reading documentation. Can you please share any resource to learn zend framework.