Re: [PHP] "Template" class: Simple question

2007-04-23 Thread Micky Hulse
Micky Hulse wrote: What is standard practice for calling your template classes? In other words: Is it good practice to create the class object for every page view, or is there a better way to cache the object? I am using PHP 4.x. Ack! Just found this great thread on Sitepoint:

[PHP] "Template" class: Simple question

2007-04-23 Thread Micky Hulse
Hello, I have a couple classes that generate navigation and a few other dynamic xHTML template-based things... What is standard practice for calling your template classes? In other words: Is it good practice to create the class object for every page view, or is there a better way to cache th

Re: [PHP] Template class

2001-12-14 Thread Ulf Wendel
Wolfram Kriesing wrote: > i just wanted to say what i had to write, because i didnt see any of > the existing template classes/engines provide me with that Go for Smarty or use PHP. Ulf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: [PHP] Template class

2001-12-10 Thread Rasmus Lerdorf
What's the point of something like this? Just to type { instead of (just in case any of the people on PEAR-DEV will read this at all, > since everyone must be tired of the template class debates :-) ) > > i just wanted to say what i had to write, because i didnt see any of > the existing templ

[PHP] Template class

2001-12-10 Thread Wolfram Kriesing
(just in case any of the people on PEAR-DEV will read this at all, since everyone must be tired of the template class debates :-) ) i just wanted to say what i had to write, because i didnt see any of the existing template classes/engines provide me with that the main features are: # compiling