Best freeware PHP IDE easy to learn for someone used with VS.net ide
Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 23.09.2007 22:46:54 von BZ
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
Re: Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 24.09.2007 09:19:30 von nc
On Sep 23, 1:46 pm, bz 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
Re: Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 24.09.2007 10:08:59 von BZ
> > 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
Re: Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 24.09.2007 11:52:07 von Bucky Kaufman
"bz" wrote in message
news:1190621339.748974.85600@57g2000hsv.googlegroups.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.
Re: Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 28.09.2007 08:09:33 von BZ
> >>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
Re: Best freeware PHP IDE easy to learn for someone used with VS.net ide
am 28.09.2007 11:24:32 von Bucky Kaufman
"bz" wrote in message
news:1190959773.677410.184740@o80g2000hse.googlegroups.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.