Posts Tagged ‘smarty’

Templating and friendly urls

Today I installed the Smarty template engine in order to keep the programming logic and presentation logic seperate. I embedded smarty in a mechanism for url rewriting so the page requests are queried to the database and then processed by smarty so that every request can be shown in whichever template.