|
|
@@ -12,10 +12,7 @@
|
|
|
it has many loosely coupled components that you can use more or less independently. But
|
|
|
Zend Framework also provides an advanced Model-View-Controller (<acronym>MVC</acronym>)
|
|
|
implementation that can be used to establish a basic structure for your Zend Framework
|
|
|
- applications. A full list of Zend Framework components along with short descriptions may
|
|
|
- be found in the <ulink
|
|
|
- url="http://framework.zend.com/about/components">components overview</ulink>. This
|
|
|
- QuickStart will introduce you to some of Zend Framework's most commonly used components,
|
|
|
+ applications. This QuickStart will introduce you to some of Zend Framework's most commonly used components,
|
|
|
including <classname>Zend_Controller</classname>, <classname>Zend_Layout</classname>,
|
|
|
<classname>Zend_Config</classname>, <classname>Zend_Db</classname>,
|
|
|
<classname>Zend_Db_Table</classname>, <classname>Zend_Registry</classname>, along
|