16
Feb

PHP Framework?

Author: Bo1

PHP Framework implements the Model-View-Controller (MVC) design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to focus on their respective areas of expertise.

The framework provides a single entry point Controller. The Controller is responsible for allocating HTTP requests to the appropriate Action handler (Model) based on configuration mappings.

The Model contains the business logic for the application. The Controller then forwards the request to the appropriate View component, which is usually implemented using a combination of HTML with PHP tags in the form of templates. The resulting contents are returned to the client browser, or via another protocol such as SMTP.

(source: http://www.phpmvc.net/)

This is the list of PHP frameworks use for creating web application
# Akelos PHP Framework
# CakePHP
# Chisimba
# CodeIgniter
# FUSE
# Horde
# Jaws
# Kohana
# Kolibri
# LISA MVC
# Mambo
# MediaWiki
# Midgard
# MODx
# Nette Framework
# Orinoco Framework
# PHP For Applications
# Qcodo
# QPHP Framework
# Seagull PHP Framework
# SilverStripe
# Simplicity PHP framework
# SWiZ
# Symfony
# Tigermouse
# Zend Framework
# Zikula
# Zoop Framework

(Source: http://en.wikipedia.org/wiki/List_of_web_application_frameworks)

This entry was posted on Monday, February 16th, 2009 at 6:40 am and is filed under PHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or TrackBack URI from your own site.

Leave a reply

Name (*)
Mail (*)
URI
Comment