I am interested in peoples thoughts on how to best achieve the following. I have a generic content module, I don't want to change this directly in the sites I create, however I want the views to be different (more than just CSS changes). I have so far decided to setup another view directory in my skin (a Zend_Layout implementation) so the view paths would be:
skin/views/scripts/content/index module/views/scripts/content/index So if there's a custom template it finds it, is this good pactice or is there a better way? I feel you shouldn't have too many vie paths/ Is it checking if the file exists every time? Should I just specify the template directory and force it to render from there? Thanks Simon ----- Simon http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/Handling-different-view-scripts.-tp22670429p22670429.html Sent from the Zend Framework mailing list archive at Nabble.com.
