Re: IDE for PHP
- From: "Richard Levasseur" <richardlev@xxxxxxxxx>
- Date: 18 Jun 2006 11:22:06 -0700
Chung Leong wrote:
Gary L. Burnore wrote:
2. If you've defined a class and some methods, when you instantiate
that class, it knows the type of the object, so when you do a
MyClass $obj = new MyClass('arg');
$obj->
it shows the pop-up again with the members and the public interface of
the class MyClass.
Again yes, both do.
Hmmm...how could that be done in PHP, where variables are typeless?
You couldn't do it with 100% accuracy, but if you're advanced enough to
do OOP, then chances are your methods are returning the same type. The
visual studio PHP plugin does this, and it is quite accurate.
If you like visual studio, i suggest getting the VS.php plugin, its
very nice. Provides the same features that are built in for c/c++ in
the msvs ide. It has a few idiosyncracies, but is otherwise very nice.
There is also Eclipse, which provides good PHP support (intellisense,
syntax as you type), too, also through a plugin.
.
- References:
- IDE for PHP
- From: Water Cooler v2
- Re: IDE for PHP
- From: AlexVN
- Re: IDE for PHP
- From: Water Cooler v2
- Re: IDE for PHP
- From: Water Cooler v2
- Re: IDE for PHP
- From: Water Cooler v2
- Re: IDE for PHP
- From: Chung Leong
- IDE for PHP
- Prev by Date: Re: IDE for PHP
- Next by Date: Re: IDE for PHP
- Previous by thread: Re: IDE for PHP
- Next by thread: Re: IDE for PHP
- Index(es):
Relevant Pages
|