On Fri, Jul 18, 2008 at 11:43 AM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2008-07-18 at 16:47 +0300, Sancar Saran wrote:
>>
>> Do not use, template system, use inline php code for templates.
>
> Oh dear... you must subscribe to FUD 101.

???

I use straight php files for my templates.  My templates are very
strict in what they allow, but that is just a coding guideline, not an
enforced thing.  Basically they're read only & don't contain any real
logic.  I allow function calls, but only for things that are reads.
Writes need to happen inside the controller.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to