PDA

View Full Version : smarty


Xavior
24-10-2003, 11:21
Any one using smarty out there?
i am having some trouble with the foreach function..
to deal with the array that mysql_query outputted...
can someone help me with it?
thanks..

fred
24-10-2003, 13:29
Care to tell us more about what is smarty??

Xavior
24-10-2003, 17:15
smarty is a template engine.. if you can call it like that... heh..
smarty.php.net is it's homepage... :)

Calvin
27-10-2003, 01:02
I've been using Smarty since 2.3, it's a wonderful Template Engine to have when designing web apps...

what's the problem that you're facing?

Xavior
01-11-2003, 14:37
i solved it...
hehe..
finally fig out what's the problem..
it's just that the sql output.. somehow was not understood by smarty... i just "redesigned" it and it worked.. *shrugs*