<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-unicode"> <font face="DejaVu
Sans">Hi all,<br>
<br>
templating would be good idea, I know, we've discussion last
year.<br>
Today, I'm using templates on every project I'm developing and
I've build a<br>
small easy to use template engine based on simple php-code.<br>
<br>
It means: we can use all php function if needed in templates,
but I prefer<br>
html-parts with simple embedded php.<br>
Things like caching or pre-compiling is not needed by my
solution, but<br>
caching is an optional things which could be enabled. So with
this, there<br>
would be not a problem with server restriction for writing
files.<br>
What I often use is the browser caching routines for javascripts
and<br>
style sheets, so we could improve performance.<br>
<br>
It's really fast, easy to use, no learning for extra template
syntax.<br>
Templating would improve PMA much:<br>
- we can re-use often parts like navigation, panels, forms<br>
- makes theming and designing easier for non php-programmers<br>
- makes php functions clearer and cleaner<br>
- faster development<br>
- templating is the 1st step to OOP and framework based PMA<br>
<br>
Regards<br>
Michael<br>
<br>
</font><br>
Am 01.02.2011 11:10, schrieb Michal Čihař:
<blockquote cite="mid:20110201111035.555750f5@rincewind.suse.cz"
type="cite">
<pre wrap="">Hi
Dne Mon, 31 Jan 2011 21:26:34 +0530
Anirvana Mishra <a class="moz-txt-link-rfc2396E" href="mailto:anidps@gmail.com"><anidps@gmail.com></a> napsal(a):
</pre>
<blockquote type="cite">
<pre wrap="">Templating project is also in the list of potential ideas for GSoC 2011 :)
</pre>
</blockquote>
<pre wrap="">I know, but the other documentation is not the same, that's why I
mentioned that.
</pre>
<blockquote type="cite">
<pre wrap="">If it's doable in 2-3 months(I would like you to tell me that) then I would
surely like to submit a proposal for it.
</pre>
</blockquote>
<pre wrap="">I have no experience in converting existing code to templates, so it's
hard to tell for me, sorry.
</pre>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/arcsight-sfd2d">http://p.sf.net/sfu/arcsight-sfd2d</a></pre>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Phpmyadmin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a>
</pre>
</blockquote>
</div>
</body>
</html>