Zend FrameWork


 

Zend FrameWork

This tutorial is based on Zend Framework, it is a framework for PHP technology developed by Zend Technologies Inc. But before we start the zend framework let's discuss what is a Framework, What it does, why should we use a framework etc. In this tutorial we will study about Frameworks and their features, this is the index page of zend framwork, subsequent pages will give you details on this topic

This tutorial is based on Zend Framework, it is a framework for PHP technology developed by Zend Technologies Inc. But before we start the zend framework let's discuss what is a Framework, What it does, why should we use a framework etc. In this tutorial we will study about Frameworks and their features, this is the index page of zend framwork, subsequent pages will give you details on this topic

Software Framework:

In computer programming a software framework is an abstraction in which common code provides some functionality which can be reuse by the user code. Frameworks are software libraries and they are reusable, but there are few differences are available which makes the frameworks different from libraries. Few differences are listed below:

  •   Unlike in libraries in a framework the flow of control of the program is not determined by the user but in the framework we can.
  • By using selective overriding user can extend a framework.
  • A framework has a default behavior.
  • User are not allowed to modify the code of the framework rather they can use or extend the codes of the framework.

This is the index page on Zend Framework and in the following pages we will study about ZF and how to use this framwork.

Ads