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?
|