Link to home
Start Free TrialLog in
Avatar of Lia Nungaray
Lia NungarayFlag for United States of America

asked on

Word enclosed in {}

I downloaded phpicalendar and I'm trying to follow the code. One template has several words enclosed in {}. For example,

<td align="left" width="490" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>

What are they?
ASKER CERTIFIED SOLUTION
Avatar of Aamir Saeed
Aamir Saeed
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lia Nungaray

ASKER

What is that?
Its an engine which handles code and design separately. For example, you will be making two files
1; .php
2; .tpl ( HTML )

developer will work on .php files and designer can independently work on .tpl files.

So to make the developer and designer work independent from each other, we use this engine.

http://smarty.php.net/
Thanks!
Thanks for Grade and Points.
Cheers!