Enterprise Development with PHP
Posted: Wed Feb 22, 2006 4:09 am
Hi..
Do you know Management Toolkit -GUI- to use Smarty?
Do you know Management Toolkit -GUI- to use Smarty?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
If you mean is there a wysiwyg editor for Smarty Templates, the closest is Dreamweaver. However, you need to configure Smarty specifically for that: http://smarty.incutio.com/?page=SmartyF ... stions#idephpist wrote:Hi..
Do you know Management Toolkit -GUI- to use Smarty?
My templates are effectively HTML, smarty templates aren't however. Hmm... might think about open sourcing this technique I use to template... prob already been done a thousand times and I didn't know itRoja wrote:If you mean is there a wysiwyg editor for Smarty Templates, the closest is Dreamweaver. However, you need to configure Smarty specifically for that: http://smarty.incutio.com/?page=SmartyF ... stions#idephpist wrote:Hi..
Do you know Management Toolkit -GUI- to use Smarty?
jEdit apparently also has some form of support for it acording to the next question on that FAQ.
Personally, I highly recommend NOT using an IDE/GUI editor, as templates are NOT html - they are templates.
There is definitely a range that includes pure html, pure php, smarty, and other template systems. Every developer seems to have their own sweet spot on that range, and personally, I think its a matter of taste - no one is wrong.d11wtq wrote:My templates are effectively HTML, smarty templates aren't however. Hmm... might think about open sourcing this technique I use to template... prob already been done a thousand times and I didn't know itHint, standard HTML comments, front controllers adhering to a small API (really small) and, the rest I have in code