zend one controller many views
- by Sherif
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 ??!!