Return to Snippet

Revision: 55
at June 29, 2006 09:43 by Bunker


Initial Code
$tpl = New Smarty_Backoffice;
$tpl->assign('text', $text);
$ = $tpl->fetch('');

Initial URL


Initial Description
The standard tag for the new class Smarty_Backoffice in my application.

Initial Title
Smarty_Backoffice

Initial Tags
template

Initial Language
PHP