mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
took out suprious ?>
This commit is contained in:
@@ -43,13 +43,13 @@ $smarty->assign('contact', $db->getRow($sql));
|
||||
</para>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
{* note the vars are case sensitive like php *}
|
||||
{$Name}
|
||||
{$Address}
|
||||
{$city}
|
||||
{$state}
|
||||
|
||||
{$contact.id}, {$contact.name},{$contact.email}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
Reference in New Issue
Block a user