I think I have already mentioned in an earlier post that I use PHPEclipse as my IDE. Up to now I had the problem that there was no syntaxhighlighting in .thtml files although I had associated the PHP editor with the .thtml filetype in the Eclipse preferences under “General/Editors/File Associations”. But I missed that I have to associate the .thtml filetype with the “PHP Source file” content type under “General/Content Types”… Anyway, I am happy to have syntaxhighlighting :)

thx bro!
got nearly insane with that issue, now it’s solved like yours ;)
wow… thanks dude. I have the exact problem. :D
[...] There is only 1 small thing I want to mention here, CakePHP uses the *.thtml for the Views. To enable syntax highlights for *.html correctly you might wanna checkout this post. [...]
hi there
a little [OT]
since I have the same IDE I was wondering if anyone knew of a way to upload single files to an ftp server from within eclipse ?
all I found was the ftp/webdav plugin which is imho … a pain …
tia
thomas
@thomas: sorry, I don’t know such a plug-in.
Check out the Eclispe phpDocumentor configuration at
http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_the_phpDocumentor
Any other hints on how to configure Eclipse for easy CakePHP development?
@Carriantor: Thanks for the link. I have written another article about integrating bake in Eclipse: http://cakebaker.wordpress.com/2006/07/10/using-bake-with-phpeclipse/
The right post at the right place.
Thanks, missed the same thing :)
[...] In a comment Carriantor has pointed me to a tutorial about integrating phpDocumentor, a tool to generate API docs, into Eclipse. Thanks Carriantor! [...]
Thanks. i have the exact problem with migration PHPE to PHPIDE and how resolve outline view problem.
@9laz: Have a look at http://cakebaker.42dh.com/2006/12/27/migration-from-phpeclipse-to-php-ide/
HTH
In case it helps anyone.. I was making the mistake of adding “*.thtml” as the content type as opposed to just “.thtml” and it was not working. Once I removed the asterisk, I was good to go
@greg: Thanks for this hint, though in the meantime you probably want to use .ctp instead of .thtml (unless you are still using cake 1.1.x).
Thanks man! this was very helpful..
@Ranjeesh: You are welcome!
after so many years still helpful for me, THX!!!
@philipp: I’m glad it was helpful for you :)
[...] files should now be PHP parsed and highlighted. Thanks to cakebaker for this [...]