NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Have anyone of you used Smarty?

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 08-12-2007, 08:46 AM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Mar 2006
Posts: 139
leusmith is an unknown quantity at this point
 



Have anyone of you used Smarty?


Hi guys
I am thinking about using smarty for my site. Its going to be a site that is going to have user-generated content.

Have anyone of you used Smarty Template Engine?
Hows it performing? Have you had any security loopholes?
Any major security issues?

--
Waiting for your reply
Smith
leusmith is offline  
Old 08-13-2007, 02:05 AM   #2 (permalink)
I'll do it
 
-Nick-'s Avatar
Join Date: Dec 2005
Location: India
Posts: 6,927
-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness-Nick- Has achieved greatness
 


Member of the Month
September 2007
Adoption
Yes I have used it before looks good from where I see it.

It is also being used in phpLD the script that many directory owners are using.
-Nick- is offline  
Old 08-13-2007, 10:17 AM   #3 (permalink)
NamePros Regular
 
DylanButler's Avatar
Join Date: Jan 2006
Location: San Diego, CA
Posts: 735
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
 



smarty is fine by me
DylanButler is offline  
Old 08-13-2007, 10:31 AM   #4 (permalink)
Senior Member
 
Eric's Avatar
Join Date: Mar 2005
Posts: 4,948
Eric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatness
 

Member of the Month
MOTM September 2005
Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Animal Rescue Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Baby Health Cancer Alzheimer's Protect Our Planet Cancer Survivorship SIDS Child Abuse Diabetes Protect Our Planet Multiple Sclerosis Autism Adoption Special Olympics
I used to *hate* Smarty with a passion, but now that I've worked more with it - I'm starting to like it.

Infact, I'm thinking of replacing my basic template engine in my project "DNP" (see sig), with Smarty.
Eric is offline  
Old 08-13-2007, 10:43 AM   #5 (permalink)
mvl
fka: leonardo
Join Date: Aug 2006
Posts: 736
mvl is a glorious beacon of lightmvl is a glorious beacon of lightmvl is a glorious beacon of lightmvl is a glorious beacon of lightmvl is a glorious beacon of light
 



I have been using Smarty for a few years now and it still rocks.
__________________
ForeignPropertyForSale.com
SATAN.EU VOI.EU
mvl is offline  
Old 08-13-2007, 04:48 PM   #6 (permalink)
NamePros Regular
 
-PS-'s Avatar
Join Date: Jun 2006
Location: Sydney
Posts: 251
-PS- will become famous soon enough-PS- will become famous soon enough
 



i use smarty in ALL of my projects, it helps you in so many ways, one of the main ones for me is to clean up the php code, so it's only php code, and the template code into a template, it also means down the track if you have to redo a design (or want to do multible templates) it's alot easier.
Heck, i use to have a little app with smarty that was a "coming soon page", it was great just named the template after the domain and bingo !, just pointed all the domains i had sitting around to it. there is alot of uses for smarty.
????: NamePros.com http://www.namepros.com/programming/360850-have-anyone-of-you-used-smarty.html

But the seperation of design logic and code logic will only make your life easier. (even thou at first it seems to make it harder)
-PS- is offline  
Old 08-14-2007, 11:30 AM   #7 (permalink)
NamePros Regular
Join Date: Aug 2007
Location: Sunny South Florida
Posts: 463
gwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to all
 



Smarty rocks, especially when you use it to take advantage of PHP5's object oriented programming. Each section of your site (header, particular sideboxes, divs, etc.) can load its own variables by writing your own smarty plugin classes.
gwkg is offline  
Old 08-14-2007, 01:06 PM   #8 (permalink)
Account Closed
Join Date: Aug 2007
Location: Karachi
Posts: 29
isharis is an unknown quantity at this point
 



I have never used Smarty. I'm checking it out right now.
isharis is offline  
Old 08-14-2007, 01:56 PM   #9 (permalink)
NamePros Regular
Join Date: Aug 2007
Location: Sunny South Florida
Posts: 463
gwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to allgwkg is a name known to all
 



Check out PHP5 and MySQL E-Commerce: From Novice to Professional for a great understanding on how to implement smarty with object oriented PHP.
gwkg is offline  
Old 08-16-2007, 04:56 AM   #10 (permalink)
NamePros Regular
Join Date: Mar 2005
Posts: 442
paaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the rough
 



Smarty is a very good template engine system. Once you get used to using it you can build some neatly coded applications with use of the template system very fast. Its not super light though and I find that using a custom built system for my applications work better.
__________________
Please add to my rep points if i was helpful. Thanks.

Content management system and online shop software
paaaaaaaaaa is offline  
Old 08-16-2007, 05:04 AM   #11 (permalink)
Account Closed
Join Date: Apr 2007
Posts: 181
futurex is an unknown quantity at this point
 



I never ever used smarty.
futurex is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 06:04 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger