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

4

9

Question says it all...

Neo answered 12/7, 2009 at 6:1 Comment(1)
As a side note, if you'd like to see excellent CakePHP support in an excellent IDE, please register and vote for "the cause" here: netbeans.org/issues/show_bug.cgi?id=140918 :)Lessielessing
H
8

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 has a plugin for CakePHP.

Hijoung answered 12/7, 2009 at 15:28 Comment(2)
I just installed Aptana and I'm finding it extremely useful!Neo
I like Aptana too. The css editor is pretty nifty on Aptana too. The only editor I like better is Textmate.Hijoung
C
3

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

Cleora answered 12/7, 2009 at 9:41 Comment(0)
B
1

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.

Buckhound answered 15/7, 2009 at 19:54 Comment(0)
V
1

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

Vestige answered 31/1, 2011 at 9:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.