PHP

PHP related posts

Super Simple Template System for PHP: Salsa Template

One of the most messy things when designing a PHP web application is the page display. Embedding application logic code with your HTML can make future maintenance of your project very unappealing, especially large complex web applications. MVC frameworks exist to help you separate your logic code from the HTML code. However using a MVC framework usually involves investing time to learn how to use the framework. Now there is a better way, I introduce the Salsa PHP Template System.

Pages