Re: [php-list] Templating

2007-01-09 Thread Mark Mckee
Hi Ed I put something together not so long ago that solved my templating needs. It is by no means perfect but it does work and is easy enough to implement. it's a basic piece of code that uses a database entry to pick the correct template. for example: function gl_header() { $sql = 'SELECT *

[php-list] Templating

2007-01-08 Thread edgardo catorce
Good day! Guys, do you use any templating engine such as smarty or pat template for php or do you make your own template? I just want to know the right way of making a template for the information system that I'll be doing. I want something that is not complicated and would give me more freedom t