Page 1 of 1

Is method ProcessTemplate deprecated?

Posted: Tue May 07, 2013 7:32 am
by vilkis
I have looked at apidoc of cmsms. The method ProcessTemplate of Class CMSModule is marked as deprecated. What method should be used instead of it?
vilkis

Re: Is method ProcessTemplate deprecated?

Posted: Wed Jul 31, 2013 7:30 pm
by calguy1000
ProcessTemplate which grabs templates from the database is deprecated.

It is replaced with
$smart->fetch($this->GetDatabaseResource())

this allows you to take advantage of smarty caching (with a few more parameters to Fetch).

check out modules/News/action.detail.php