Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

assign

void assign(mixed var);
void assign(string varname,
            mixed var);

Si usa per assegnare valori ai template. Potete passare esplicitamente coppie nome/valore, o array associativi contenenti le coppie nome/valore.

Example 13.3. assign


<?php
// passaggio di coppie nome/valore
$smarty->assign('Name', 'Fred');
$smarty->assign('Address', $address);

// passaggio di un array associativo
$smarty->assign(array("city" => "Lincoln", "state" => "Nebraska"));
?>

   

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors