The basics of the Zend Framework’s MVC system

Zend framework:

The Core Components

The core components provide a full-features Model-View-Controller (MVC) system for building applications
that separate out the view templates from the business logic and controller files. There are three families of
classes that make up the MVC system: Zend_Controller (Controller), Zend_View (View) and Zend_Db
(Model). Figure 1.5 shows the basics of the Zend Framework’s MVC system.
 

你可能感兴趣的:(framework,Zend,core,Components)