easy way to create an array and check existing value in smarty template

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation. very useful in MVC architecture and used by many big cms and frameworks like Prestashop script.

so to create an array you can declare it like that

to print out smarty array value you can use the foreach loop

the result will be

to search value on array you can use this condition

 

hope you learn some of smarty with me,feel free to ask for anything about smarty on comments

Leave a Reply