...overview of the extension...
Requirements ¶
...requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
...how to use this extension...
...can use code blocks like the following...
'import' => array(
'application.modules.template.*',
),
'modules' => array(
'template',
),
$template = Mailtemplate::model()->find("template_module='unique key'");
like ...
$template = Mailtemplate::model()->find("template_module='contact_us'");
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.