For example, the front controller system provides a very flexible router
Licensed to Menshu You
Please post comments or corrections to the Author Online forum at
http://www.manning-sandbox.com/forum.jspa?forumID=329
covers nearly all requirements. However if you need a specialized router, then it is very easy to insert your own
one into the rest of the front controller setup. Similarly, whilst only a PHP view is provided,
Zend_View_Interface allows for adding other template engines such as Smarty or PHPTAL.
We will now move on to build an application that will utilize most of the components supplied with the
framework in order to build a fully functioning community website.
Licensed to Menshu You
Please post comments or corrections to the Author Online forum at
http://www.manning-sandbox.com/forum.jspa?forumID=329
3
Building a web site with the Zend
Framework
Zend Framework in Action is all about using the Zend Framework in a real world context. Initially I planned to
build a corporate extranet application to show off the features of the framework. Then I thought about it again
and decided that a community site that might be slightly different from the run of the mill company websites
that I develop for a living.
Pages:
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80