Smarty 2.6.14 Docs

185
Smarty Manual por Monte Ohrt <monte at ohrt dot com> y Andrei Zmievski <[email protected]>

description

Smarty para realizar reporte facimente en PHP

Transcript of Smarty 2.6.14 Docs

{* this multiline comment isnot sent to browser *} {* include the header file here *} {include file="header.tpl"}{* Dev note: $includeFile is assigned foo.php script*} {include file=$includeFile} {include file=#includeFile#} {* display dropdown lists *} {html_options options=$vals selected=$selected_id}