MVC Implementation PHP Zend PDF generation

Posted by zod on Stack Overflow See other posts from Stack Overflow or by zod
Published on 2011-01-17T02:50:07Z Indexed on 2011/01/17 2:53 UTC
Read the original article Hit count: 269

Filed under:
|
|

Am using Zend framework and PHP

Am going to generate a PDF using Zend .

So the View is PDF.There is no PHTML.

But if i dont use PHTML in view , is it a perfect MVC?

if i want to be a perfect MVC shall i do the db retrieval and variable declaration and assigning in controller and use view and use all pdf functions in view phtml file will it make a perfect MVC?

What is the advantage of MVC in this case? :-)

can i do the include of zend pdf in phtml file or controller php file? what is the difference ?

© Stack Overflow or respective owner

Related posts about php

Related posts about php5