PHP Editor for Smarty template engine

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fecophobia
Forum Newbie
Posts: 11
Joined: Sun Mar 05, 2006 9:59 pm

PHP Editor for Smarty template engine

Post by fecophobia »

Is there a PHP IDE that works with Smarty templates in an elucidating manner, preferably with a debugger?
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: PHP Editor for Smarty template engine

Post by Roja »

fecophobia wrote:Is there a PHP IDE that works with Smarty templates in an elucidating manner, preferably with a debugger?
Tricky request. My initial answer would be not that I know of, but then again, the Zend studio does some pretty neat stuff.

What do you expect the IDE to do, specifically?
fecophobia
Forum Newbie
Posts: 11
Joined: Sun Mar 05, 2006 9:59 pm

Post by fecophobia »

Well, after a day of searching, I've come up with PhpED, which has syntax highlighting for Smarty and understands *.tpl files. That isn't much really, but now that you ask, that is all I'm looking for that I can specify.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

PHP Eclipse has something similar - but mostly you'll just find syntax highlighting. Can't think of anything deeper in any IDEs.
Post Reply