How to integrate "basic" website into Zend Framework
Posted
by Joel
on Stack Overflow
See other posts from Stack Overflow
or by Joel
Published on 2010-05-20T19:52:59Z
Indexed on
2010/05/20
21:00 UTC
Read the original article
Hit count: 181
zend-framework
|mvc
Hi guys, I have a website that has around 10 pages. Only one of those pages uses Zend (to integrate with Google gData).
Right now, it's just all coded into that one page, but I'm wanting to learn how to use Zend Framework.
How do you handle basic-relatively static php pages within Zend Framework?
Do you just stick the whole individual pages into their own respective views and then have to common stuff in the layout, and not worry about a model and controller for those pages?
in general, is MVC accepted and appropriate technology for general "web-design" work?
© Stack Overflow or respective owner