How to integrate "basic" website into Zend Framework
- by Joel
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?