Maybe I can get another answer out of you...
I'm having trouble with Smarty caching.  It seems smarty creates the
cached files to end in template_name.tpl and disregards the folder the
template file is in.  So if you have an add.tpl in Users and one in
Jobs, smarty keeps calling the same template file regardless if the
action is users/add or jobs/add.

So I could rename my controller methods and template files in the
pattern of users/addUser but that seems redundant.  Is there a good way
to deal with this.

Also, I can't seem to disable caching.  I set $this->_smarty->caching =
0 in views/smarty.tpl but that didn't seem to do the trick.

I'd appreciate any thoughts.

Thanks.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to