This is a discussion on Best freeware PHP IDE easy to learn for someone used with VS.net ide within the PHP Language forums, part of the PHP Programming Forums category; Hi, Can someone reccomend a good freeware IDE for PHP (with auto-complete, integrated debugger, etc) I'm experienced with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Can someone reccomend a good freeware IDE for PHP (with auto-complete, integrated debugger, etc) I'm experienced with VS.NET, and I thought to use Eclipse, but I just read some reviews and saw it is not very straightforward for someone new to it. Or maybe I'm just wrong, and I should start with Eclipse? Thank you |
|
|||
|
On Sep 23, 1:46 pm, bz <bzam...@gmail.com> wrote:
> > Can someone reccomend a good freeware IDE for PHP (with > auto-complete, integrated debugger, etc) > I'm experienced with VS.NET, In that case, stick with VS.Net, just get a PHP add-on for it: http://www.php-compiler.net/ Cheers, NC |
|
|||
|
> > Can someone reccomend a good freeware IDE for PHP (with
> > auto-complete, integrated debugger, etc) > > I'm experienced with VS.NET, > > In that case, stick with VS.Net, just get a PHP add-on for it: > > http://www.php-compiler.net/ Thanks. I knew about that, but since it actually integrates the PHP as a NET language, does it has any drawbacks if I want to develop something that can run on any other PHP-enabled server, like on linux / apache / PHP? Thanks > > Cheers, > NC |
|
|||
|
"bz" <bzamfir@gmail.com> wrote in message
news:1190621339.748974.85600@57g2000hsv.googlegrou ps.com... >> > Can someone reccomend a good freeware IDE for PHP (with >> > auto-complete, integrated debugger, etc) >> > I'm experienced with VS.NET, >> >> In that case, stick with VS.Net, just get a PHP add-on for it: >> >> http://www.php-compiler.net/ > > Thanks. > I knew about that, but since it actually integrates the PHP as a NET > language, does it has any drawbacks if I want to develop something > that can run on any other PHP-enabled server, like on linux / apache / > PHP? Yeah - that's a real disappointment there, ain't it? There's a very simple way to deal with that. Simply specify in your VS.Net configuration that .PHP files are to be opened with whatever PHP editor you like. That way, when you open up a PHP file, it'll come up in that editor, instead of VS.Net. |
|
|||
|
> >>http://www.php-compiler.net/
> > > Thanks. > > I knew about that, but since it actually integrates the PHP as a NET > > language, does it has any drawbacks if I want to develop something > > that can run on any other PHP-enabled server, like on linux / apache / > > PHP? > > Yeah - that's a real disappointment there, ain't it? > > There's a very simple way to deal with that. > Simply specify in your VS.Net configuration that .PHP files are to be opened > with whatever PHP editor you like. > That way, when you open up a PHP file, it'll come up in that editor, instead > of VS.Net. Hi, Not sure what dissapoint do you mean. The PHP editor within VS NET? Or how PHP runs inside VB.NET IDE (debugger, environment, whatever) Cheers |
|
|||
|
"bz" <bzamfir@gmail.com> wrote in message
news:1190959773.677410.184740@o80g2000hse.googlegr oups.com... >> >>http://www.php-compiler.net/ >> >> > Thanks. >> > I knew about that, but since it actually integrates the PHP as a NET >> > language, does it has any drawbacks if I want to develop something >> > that can run on any other PHP-enabled server, like on linux / apache / >> > PHP? >> >> Yeah - that's a real disappointment there, ain't it? >> >> There's a very simple way to deal with that. >> Simply specify in your VS.Net configuration that .PHP files are to be >> opened >> with whatever PHP editor you like. >> That way, when you open up a PHP file, it'll come up in that editor, >> instead >> of VS.Net. > > Hi, > Not sure what dissapoint do you mean. > The PHP editor within VS NET? Or how PHP runs inside VB.NET IDE > (debugger, environment, whatever) I meant VS's lack of PHP support. VS.NET doesn't have a PHP editor, and PHP doesn't run inside VB.NET. |