-- Mike A <[email protected]> wrote
(on Friday, 23 April 2010, 11:37 AM +0100):
> Are these the only files in the ZF MVC layer?
> Zend/
> Application.php
> Application/
> Exception.php
> Exception.php
> Loader.php
> Loader/
> Autoloader.php
> Autoloader/
> Interface.php
> Exception.php
Oh, heck no! MVC layer also includes minimally Controller, Layout, and View;
A number of other components can be considered "MVC", as they either
build on these components, or are typically only used in MVC paradigms:
Form, Navigation, Paginator, etc. When it comes to the "M", or "Model",
part of MVC, there's classes like Zend_Db, the Zend_Service tree,
Zend_Soap, and more to look at -- basically, anything that can assist
you in writing your models (which could included just about anything in
the framework).
> Is there a direct reference for the MVC part of the ZF library
> someone can point me to please?
The Quick Start guide details writing your first MVC application, and
touches on most of the core components you would use to do so.
http://framework.zend.com/manual/en/learning.quickstart.html
--
Matthew Weier O'Phinney
Project Lead | [email protected]
Zend Framework | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc