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