[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

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


Closed Thread
 
LinkBack Thread Tools
Old 08-12-2007, 07:46 AM   #1 (permalink)
NamePros Member
 
Join Date: Mar 2006
Posts: 139
57.70 NP$ (Donate)

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, 01:05 AM   #2 (permalink)
I'll do it

Technical Services

 
-Nick-'s Avatar
 
Join Date: Dec 2005
Location: India
Posts: 6,434
5,169.80 NP$ (Donate)

-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute-Nick- has a reputation beyond repute

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, 09:17 AM   #3 (permalink)
NamePros Regular
 
DylanButler's Avatar
 
Join Date: Jan 2006
Location: San Diego, CA
Posts: 704
0.00 NP$ (Donate)

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 behold


smarty is fine by me
__________________
:great: -Dylan Butler

EXAMP - San Diego Web Design
DylanButler is offline  
Old 08-13-2007, 09:31 AM   #4 (permalink)
NPQ's PA, Slave, and On Call Coder

Technical Services


 
Eric's Avatar
 
Join Date: Mar 2005
Posts: 4,545
0.71 NP$ (Donate)

Eric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond reputeEric has a reputation beyond repute

Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Cancer Alzheimer's Protect Our Planet Cancer Survivorship SIDS Child Abuse
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, 09:43 AM   #5 (permalink)
mvl
fka: leonardo
 
Join Date: Aug 2006
Posts: 720
30.00 NP$ (Donate)

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 online now  
Old 08-13-2007, 03:48 PM   #6 (permalink)
NamePros Regular
 
-PS-'s Avatar
 
Join Date: Jun 2006
Location: Sydney
Posts: 251
5.95 NP$ (Donate)

-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 :P 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.

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, 10:30 AM   #7 (permalink)
NamePros Regular
 
Join Date: Aug 2007
Location: Sunny South Florida
Posts: 444
232.00 NP$ (Donate)

gwkg is just really nicegwkg is just really nicegwkg is just really nicegwkg is just really nicegwkg is just really nice


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, 12:06 PM   #8 (permalink)
Account Closed
 
Join Date: Aug 2007
Location: Karachi
Posts: 29
0.00 NP$ (Donate)

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, 12:56 PM   #9 (permalink)
NamePros Regular
 
Join Date: Aug 2007
Location: Sunny South Florida
Posts: 444
232.00 NP$ (Donate)

gwkg is just really nicegwkg is just really nicegwkg is just really nicegwkg is just really nicegwkg is just really nice


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, 03:56 AM   #10 (permalink)
NamePros Regular
 
Join Date: Mar 2005
Posts: 412
162.25 NP$ (Donate)

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.

Ripe Website Manager - Steve Parish
paaaaaaaaaa is offline  
Old 08-16-2007, 04:04 AM   #11 (permalink)
Account Closed
 
Join Date: Apr 2007
Posts: 181
6.00 NP$ (Donate)

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 06:42 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85