View Full Version : smarty and flash
anyone any experience with these 2 beautiful things, ive been told its possible to parse smarty templates in flash.... any tutorials ??
cheers :D
Gibberish
05-02-2005, 06:53 PM
This chould be moved to serversside scripting forum.
the same way you do PHP and flash. Smarty is just a conversion of PHP in HTML format.
Can you provide some code?
CyanBlue
05-02-2005, 07:15 PM
Smarty??? What's that??? Any links???
Gibberish
05-02-2005, 09:05 PM
Smarty is a scripting template that basically seperates development and layout in PHP develops sites. You have all your php files in one folder then you use .tpl files to hold all your html. The smarty itself has its own code (which is very similar to PHP) to allow you to store variables and run small things like looping, includes, and if statements in the HTML.
I find it very useful.
http://smarty.php.net/
I think it's PHP's way of competing with .NET dll's and aspx pages.
CyanBlue
05-02-2005, 09:11 PM
Very interesting... Thanks for the link, Gibberish... :)
Gibberish
05-02-2005, 09:16 PM
No Prob :)
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.