|
|
|
|
|
|
| |
Introduction
If you've ever written a large-scale PHP application you've probably seen how cumbersome it can be having PHP and HTML all mixed up in one file -- and it gets even worse when you have to update your design. This is what template-engines are here for. Template-engines separate programming logic and design, which results in better readability for both your PHP and HTML code. This in turn makes our lives as developers easier.
When I started my search for a template engine that I could use in my applications, I was looking for these features:
- Easy to use
- Easy to learn
- Visible in different browsers
The template-engine I ultimately ended up choosing was patTemplate, which was developed and created by Stephan Schmidt. You can download it for free from http://www.php-tools.de and I recommend that download it before you continue before you continue reading.
Read More... |
|
| |
| Web Development With PHP FastTemplate Categories : PHP, Templates, FDF | | | Theme Your Website Once and Forever! Categories : PHP, Templates | | | Writing Your Own Template Caching Class In PHP Categories : PHP, Cache, Templates | | | Using PEAR HTML_Template_IT For Modular Interface Design Categories : PHP, PEAR, Templates | | | Injecting XML Content Into Page Templates With patXMLRenderer (part 1) Categories : PHP, XML, Templates | | | tracking where and what on your site people are clicking Categories : PHP, MySQL, HTML and PHP, HTML | | | Installing PHP Under Personal Web Server Categories : Personal Web Server (PWS), PHP, Web Servers, Installation | | | Miles To Go Before I Sleep... Categories : PHP, Calendar, Databases, MySQL | | | Building Cross Platform GUI Apps With PHP-GTK Categories : PHP, PHP-GTK, GUI Apps | | | Alternating row colors with PHP and mySQL Categories : PHP, Databases, MySQL, HTML and PHP | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Jump Start to Easy URLs Categories : PHP, Beginner Guides, MySQL, File System, To PHP | | | Output Buffering with PHP Categories : PHP, Output Control | | | Array Manipulation With PHP Categories : PHP, Arrays | | | Sockets and PHP Categories : PHP, Sockets | |
| |
|
|