Search code examples
phptemplatestemplatingtemplating-engine

what templating engine options are there for PHP?


I wonder what options there are for templating in PHP? If the templating code can be very similar to PHP, it'd be best.


Solution

  • I can recommend Smarty

    The template is a plain HTML with some extra markup for PHP calls. The template compiles itself to a PHP and runs on the server.