Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any IDE that has code-hinting for CakePHP or any code-hinting package that can be installed somehow?

Question says it all...

like image 473
jedmao Avatar asked Jul 12 '09 06:07

jedmao


4 Answers

You can get this functionality in Netbeans as described in this article from the bakery.

http://bakery.cakephp.org/articles/view/model-based-code-insight-and-completion-in-netbeans

You can also do the same thing in Eclipse PDT or Aptana.

http://mark-story.com/posts/view/code-completion-for-cakephp-in-eclipse

All of these IDEs are free. Although they are both


Updating

Now netbeans has a plugin for CakePHP.

like image 125
jimiyash Avatar answered Nov 27 '22 05:11

jimiyash


It is not an IDE, but if you are a textmate user, then there is a bundle for CakePHP: http://thechaw.com/cakephp_tmbundle

like image 37
dhofstet Avatar answered Nov 27 '22 07:11

dhofstet


Komodo Edit has a CakePHP addon and a macro to ease MVC navigation.

It is built on the Mozilla code base so is similarly extensible through addons, has equivalent memory consumption/speeds, and is licensed under the same terms.

Nearly forgot to mention, it is also cross-platform.

like image 26
deizel Avatar answered Nov 27 '22 06:11

deizel


PHPed by Nusphere works great. They've even posted an excellent article to help get it all set up.

like image 22
pebcak_error Avatar answered Nov 27 '22 06:11

pebcak_error