Thread: Smarty trouble
View Single Post
  #1 (permalink)  
Old 07-28-2007, 12:07 PM
MasterSID MasterSID is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Default Smarty trouble

While starting creation of admin area module for my project (where I use smarty wrapper as a default view class) I've faced with one problem. My project consists of two ZF modules: default and admin. In both modules there are similar controllers and actions names, e.g. indexController::indexAction(). As as result I have a problem with smarty. It returns the same compiled file for Index actions in Index controller for both modules. Did anyone face with the same trouble?
Reply With Quote