Re: [PHP] Re: critique this code please

2005-01-02 Thread Rory Browne
Nothing too serious, but saying as you did ask for a critique, I'll tell you things I'd have done differently. That DOES NOT necessarly mean that my way is better than yours, but may be something you need to take into consideration. // TEMPLATE function te

[PHP] Re: critique this code please

2005-01-02 Thread M. Sokolewicz
Sebastian wrote: i have this small function for a template system (if you want to call it that ;) my idea was having something simple to separate html code from php and i think using something like smarty is too big for me and i really dont have time to learn to use it. so i have this code here: ht