Objects

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Next

Objects

name: {$person->name}<br>
email: {$person->email}<br>

OUTPUT:

name: Zaphod Beeblebrox<br>
email: [email protected]<br>

Prev 来源:PHP中文社区 Home Next
Array indexes Up Variables loaded from config files