Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-04 Thread Manuel Lemos
Hello, on 07/03/2006 03:38 AM Lester Caine said the following: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-04 Thread Manuel Lemos
Hello, on 07/03/2006 05:22 PM Jay Paulson said the following: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-04 Thread Paul Scott
On Tue, 2006-07-04 at 18:54 -0300, Manuel Lemos wrote: The truth is that good PHP developers are often not good Web (page) designers, and good Web designers are not good developers. Yes, I agree with this completely! I am a relatively decent developer, but ask me to design an interface and

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Lester Caine
Manuel Lemos wrote: on 06/30/2006 11:38 AM Jay Paulson said the following: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Kevin Waterson
This one time, at band camp, Lester Caine [EMAIL PROTECTED] wrote: PDO is being pushed as a DB Abstraction library, but it only 'abstracts' the calls to PHP, it does nothing to abstract the SQL if you want a truly generic solution, if you need one, but if you don't then why bother with

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Lester Caine
Kevin Waterson wrote: This one time, at band camp, Lester Caine [EMAIL PROTECTED] wrote: PDO is being pushed as a DB Abstraction library, but it only 'abstracts' the calls to PHP, it does nothing to abstract the SQL if you want a truly generic solution, if you need one, but if you don't then

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Jens Kleikamp
Jay Paulson wrote: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I like ezTemplate. (E_STRICT) I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to pick up and run

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Robert Cummings
On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote: Jay Paulson wrote: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I like ezTemplate. (E_STRICT) YOU DO?? I hope it's changed then from the one used on a site I'm now maintaining. I

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Jens Kleikamp
Robert Cummings wrote: On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote: Jay Paulson wrote: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I like ezTemplate. (E_STRICT) YOU DO?? I hope it's changed then from the one used on a site I'm now

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Jay Paulson
I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to pick up and run with? Finally, does anyone have any suggestions

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Lester Caine
Jay Paulson wrote: Thinking about this paragraph above makes me wonder if with that way of looking at it would one need a template engine? For example, why not just separate the business logic and the HTML as much as possible and then only imbed PHP in HTML to display the variables (?= $var

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-02 Thread Manuel Lemos
Hello, on 06/30/2006 11:38 AM Jay Paulson said the following: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to pick

[PHP] Re: Templates Are Driving me Nuts

2004-07-17 Thread Skrol 29
Hello, Here is a shema to explain Template Engines: http://www.tinybutstrong.com/index.php?page=template Some developers complain about Template Engines because they are too complex or because they are a kind of new language over PHP. The one you will found on the URL above is expected to be

Re: [PHP] Re: Templates Are Driving me Nuts

2004-07-17 Thread Sean Malloy
The template system I use is extremely simple. Template.php: ?php class Template { var $Items; var $_document; function Template($document) { $this-Items = array(); $this-_document = $document; } function Render()

[PHP] Re: Templates/Separate content from presentation

2003-11-01 Thread rush
Pedro Pais [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've coded in PHP for a while, but I had to leave it for some time. Now I'm back, and I'd like to know what's currently being used to separate content from presentation, besides Smarty (that seems to be Google's top choice)?

[PHP] Re: Templates/Separate content from presentation

2003-10-31 Thread Greg Beaver
Hi Pedro, try http://www.phpsavant.com Regards, Greg Pedro Pais wrote: Hi! I've coded in PHP for a while, but I had to leave it for some time. Now I'm back, and I'd like to know what's currently being used to separate content from presentation, besides Smarty (that seems to be Google's top

[PHP] Re: Templates...

2003-07-15 Thread Pete Morganic
Have u looked at smarty.php.net ?? It sounds like your reinventing the wheel Pete Donatas wrote: Does anyone know any other way used in template engines for loops but creating array first and passing it to template class? This is rather annoying and it makes work slower and code harder to read.

[PHP] RE: Templates... (dumb me)

2003-07-14 Thread Donatas
http://www.mif.vu.lt/~doma2988/tpl/ From: Donatas [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 7:38 PM To: '[EMAIL PROTECTED]' Does anyone know any other way used in template engines for loops but creating array first and passing it to template

[PHP] Re: Templates

2003-02-14 Thread rush
Darren Young [EMAIL PROTECTED] wrote in message 000e01c2d3b3$a88217e0$[EMAIL PROTECTED]">news:000e01c2d3b3$a88217e0$[EMAIL PROTECTED]... I'm looking around for some options on using templates with PHP. I've used several Perl solutions in the past, but never tried it in PHP. Digging on the web

RE: [PHP] Re: Templates: how to get that HTML outta my templates!

2002-01-23 Thread Mikusch, Rita
* and then Mikusch, Rita blurted Thank you for the reply. I'm trying to roll my own template system, but don't really know how to go about some of the details. My best bet would probably be to install phplib and dissect itsee how the experts did it! At the very least it should

[PHP] Re: Templates???

2001-08-15 Thread Richard Lynch
PHPLib, Smarty, FastTemplates, and about 10,000 more... -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original