|
Generally the { } are called curyl (or place-holder) brackets, which can store things like a users name, address, city, state zipcode etc..etc.. They're usually put into 'template' files or files that have the ability to process what ever is inside of those { curly brackets } Sometimes you might see a newsletter in the the shopping cart application have a default newsletter that starts out like:
Dear { User_First_Name },
...............
.......
....
The information inside of the { } is the users_first name which is in your shopping carts user database for example. The { } can be used for just about anything.
Btw, are you using the Smarty Template Engine by chance?
Hope you understand
__________________
Made2Own
|