zend one controller many views

Posted by Sherif on Stack Overflow See other posts from Stack Overflow or by Sherif
Published on 2010-06-04T08:41:08Z Indexed on 2010/06/05 16:42 UTC
Read the original article Hit count: 169

Filed under:
|

hi there when i build my web site it was handling only one interface but now i need to handle many interface

i can detect which site to communicate and isolate it from other sites but i stuck with this : all the sites have the same views ...

is there are a way so i can rander from the same controller different views .. something like

application

application
            controller
            model
            site_1_view
            site_2_view

is this possible ??!!

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about zend