<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Marc,<br>
<br>
<blockquote cite="mid:4B94151F.1020002@infomarc.info" type="cite">
  <pre wrap="">Am 07.03.2010 22:05, schrieb Marc Delisle:

Hi Michael,
you are volunteer to port the phpMyAdmin code base to a template-based 
framework? I surely am not volunteer for such a job.</pre>
</blockquote>
Yes, why not?<br>
But it would really help me, if developers leave comments, what is for
output.<br>
My goal is to seperate PMA-function from html (-output). This will
support more<br>
flexibility for layout and theming and perhabs to invide developers to
make<br>
only php code and others the html-output.<br>
<br>
But which should I use?<br>
<br>
I've found follow template engines, and I want to get little feeadback<br>
which would be right and good for us:<br>
<br>
<ul>
  <li>TWIG<br>
Link: <a class="moz-txt-link-freetext" href="http://www.twig-project.org/">http://www.twig-project.org/</a>)<br>
Info: it's made from the same peoples wich made Symfony.<br>
What I say: It's really fast (see
<a class="moz-txt-link-freetext" href="http://fabien.potencier.org/article/34/templating-engines-in-php">http://fabien.potencier.org/article/34/templating-engines-in-php</a>)<br>
    <br>
  </li>
  <li>Dwoo<br>
Link: <a class="moz-txt-link-freetext" href="http://dwoo.org/">http://dwoo.org/</a><br>
Info: PHP5 template engine positioned as an alternative to Smarty, it
is (nearly)<br>
fully compatible with its templates and plugins, but it is written from
scratch and<br>
aimed at going one step further with a cleaner codebase.<br>
What I say: I'm using Smarty on a other project, Dwoo has nearly same
syntax.<br>
    <br>
  </li>
  <li>Smarty<br>
Link: <a class="moz-txt-link-freetext" href="http://www.smarty.net/">http://www.smarty.net/</a><br>
Info: The most known.<br>
What I say: May be not a good choice. Marc gives me the link
<a class="moz-txt-link-freetext" href="http://www.nosmarty.net">http://www.nosmarty.net</a><br>
    <br>
  </li>
</ul>
At my own, I think Symfony or Zend-Framework would be little overkill.<br>
<br>
Regards<br>
Michael<br>
<br>
</body>
</html>