Is method ProcessTemplate deprecated?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Locked
vilkis

Is method ProcessTemplate deprecated?

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Is method ProcessTemplate deprecated?

Post 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
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “Developers Discussion”