Re: [Phplib-users] Re: url() in templates
Brought to you by:
nhruby,
richardarcher
From: Tarique S. <ta...@sa...> - 2001-08-14 11:32:51
|
On Tue, 14 Aug 2001, Guenther Theilen wrote: > > You don't want to be executing your templates!! > > Why don't I? (Sorry, I just start working with the PHPLIB.) Because templates are meant to separate your code from design. There are some templates available which allow some sort of meta language in them but that defeats the purpose of templates. Templates are typically used for large projects where the designers are a separate groups and most often at loggerheads with the programmers. So in a ideal world if you separate design from code then the work becomes easier and things like changing the looks of the site can be done by the designers alone. HTH Tarique -- ========================================= B2B Application Providers http://www.sanisoft.com Vortal for Nagpur http://nagpurcity.net ========================================= |