Fast Template is a Content Management script
Overall rating: (N/A)
|
The scrpit Fast Template is a Content Management script (online community websites solution).
We find Fast Template really usefull in our projects, even if now is on the market other tepmlate systems, like Smarty. Most PHP projects last month use Smarty for this, but we wont.
Smarty puts too much logic into the template itself.
To avoid confusnig or upsetting the web designer, the core template must look as much like a regular HTML page as possible. That means no strange looking ietration code and such. Instead, well use FastTemplate. FastTemplate may not be as advanced and featureful as Smarty, but its synatx is definitely better suited for that problem.
But cause it was not developed for 2002, we tried to add new functionalities to it and make it reusable. Templates are really useful for CGI programming, cause adding HTML to your PHP code clutters your code and forces you to do any HTML modifications.
By putting all of your HTML in speerate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let
|
 Write a comment about the script Fast Template
|