2008-07-30

CMS meets Smarty

CMS now has a working Smarty template engine integrated. It is already tested and works well. Smarty settings (mostly caching) are automatically set and programmers do not have to care about them. They do not have to think about template addresses as well. In short, programmer only needs to know a few basic functions to work with templates.

Comming-soon tasks:

  • Custom Smarty CMS functions
  • MySQL connection class

2 comments:

Albertas said...

"Custom Smarty CMS functions" - interesting... what kind of functions (if it is not a secret or smth)?

DisLike said...

As you are already a part of a project, you might already know. Anyway, those functions are as follows: 3 block calling functions, one for language constants, one for generating url's.