Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-22 Thread M Saleh EG
I'd recommand you to use the HTML_TEMPLATE_IT. It's a PEAR class for templating; I've personaly worked on it for building skinnable applications in which users and admins can change the look of the pages. Bottom line, it's a PEAR library/extension so no hastle since most of the hosts include it

Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Rory Browne
> Yep, left myself quite open there...should have been more specific. > I will not write a templating library myself because there are so many > out there, > it would be a learning experience of course but other than that I think it > would be > rarely needed. > I meant bundling it along with t

Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
Hey, > > I was wondering if its a good idea to template via smarty and include > smarty > > with my code? > > also instructions to setup smarty when setting up the application i > made? > > Good idea compared to what? Compared to a different templating > library, compared to writing your own templ

Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Rory Browne
> I was wondering if its a good idea to template via smarty and include smarty > with my code? > also instructions to setup smarty when setting up the application i made? Good idea compared to what? Compared to a different templating library, compared to writing your own templating library, or com

[PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
Hey, This may belong more on the smarty list, but I thought i'll ask it here because in another way I need your opinion more than smarty advise. Like a lot of people on this list, I use a templating system (Smarty and another... mostly Smarty) when I am working on a project for a client... Reason: