View Single Post
  #2 (permalink)  
Old 03-12-2008, 03:46 AM
dflood dflood is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
Default Same problem

I'm having the same problem. I haven't been able to figure out where/how to set a module-specific view directory. The default module works fine, but it seems like there must be a way to configure my app so I can place my view files somewhere like this:

./application/views/scripts/admin/index/index.phtml

and not this seemingly ambiguous location:

./application/controllers/views/scripts/index/index.phtml

Any ideas?
Reply With Quote