leonardfischer / faktura

This small faktura web-application is built with Kohana in the backend and bootstrap and mootools in the frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a template engine

leonardfischer opened this issue · comments

I'd really like to implement a template engine to clean up all the views and make the print templates "more easy" to use. Also the engine should support multiple languages. It should definitely be very lightweight without too much overhead!

  • RainTPL
  • Mustache
  • Smarty (not really "lightweight")

... Any suggestions?

The TPL class will be updated over time, next steps will be: implementing a few plugins for form elements and such...