What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
Variabel template dimulai dengan tanda $dolar. Ia dapat berisi angka, huruf dan garis bawah, lebih mirip variabel PHP. Anda bisa mereferensi array dengan indeks secara numerik atau non-numerik. Juga referensi properi dan metode obyek.
Variabel file config adalah kekecualian untuk sintaks $dolar dan sebaliknya direferensi dengan sekeliling #tanda kris#, atau via variabel $smarty.config.
Request variables such as $_GET, $_SESSION, etc are available via the reserved $smarty variable.
Lihat juga $smarty, variabel config {assign} dan assign().