Re: [PHP] Question about templates

2006-05-16 Thread Brian Anderson
Sure if all you are writing is a "hello world" page, but if you are writing out an application that is more complex, wouldn't the savings and managability be beneficial enough to justify? ... code reusability ... Don't ya think? Why is it easier to do something like this: echo ''; echo '';

Re: [PHP] Question about templates

2006-05-16 Thread Kevin Waterson
This one time, at band camp, Charlene Wroblewski <[EMAIL PROTECTED]> wrote: > looked at Smarty and it doesn't seem to be as useful the way I'm using > templates. I'm not surprised, 1000 lines of code to do "hello world" Kevin -- "Democracy is two wolves and a lamb voting on what to have for lu

[PHP] Question about templates

2006-05-16 Thread Charlene Wroblewski
I have been using template.inc for templates. It works very well so that I can just work on coding and a designer can make the page look good. But I noticed that there are several versions (some of which don't seem to work), and its no longer in the phplib. Is there some reason not to use it