Symfony Twig is a PHP templating engine, which has pretty much become the standard way that PHP applications do templating. I’ve used it in other projects, and find it pretty cool.

Known uses its own PHP templating language… or rather, it uses PHP. But, I thought it would be useful if Known could support both.

So, in the latest build, as well as .tpl.php Bonita template files, you can also create .html.twig files. These work in pretty much the same way, with the same hierarchy, but provide a more “standard” way of doing things.

I don’t imagine Bonita going anywhere any time soon, but I will probably be moving more and more stuff to twig going forward.

Leave a Reply