Smarty
|
Category : frameworks
Version : 4.2.1
Views : 87341 Views
Ratings : 4.154 out of 5
Votes : 26 Votes
Reviews : 0 Reviews
Space Required : 1.27 MB
|
|
Overview

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.
Features
- Clean separation of presentation from application code
- PHP backend, Smarty template frontend
- Compliment PHP, not replace it
- Fast development/deployment for programmers and designers
- Quick and easy to maintain
- Syntax easy to understand, no PHP knowledge required
- Flexibility for custom development
- Security: insulation from PHP
- Free, open source
|