Connecting Tech Pros Worldwide Forums | Help | Site Map

Best freeware PHP IDE easy to learn for someone used with VS.net ide

bz
Guest
 
Posts: n/a
#1: Sep 23 '07
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


NC
Guest
 
Posts: n/a
#2: Sep 24 '07

re: Best freeware PHP IDE easy to learn for someone used with VS.net ide


On Sep 23, 1:46 pm, bz <bzam...@gmail.comwrote:
Quote:
>
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

bz
Guest
 
Posts: n/a
#3: Sep 24 '07

re: Best freeware PHP IDE easy to learn for someone used with VS.net ide


Can someone reccomend a good freeware IDE for PHP (with
Quote:
Quote:
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
Quote:
>
Cheers,
NC

Sanders Kaufman
Guest
 
Posts: n/a
#4: Sep 24 '07

re: Best freeware PHP IDE easy to learn for someone used with VS.net ide


"bz" <bzamfir@gmail.comwrote in message
news:1190621339.748974.85600@57g2000hsv.googlegrou ps.com...
Quote:
Quote:
Quote:
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.



bz
Guest
 
Posts: n/a
#5: Sep 28 '07

re: Best freeware PHP IDE easy to learn for someone used with VS.net ide


>http://www.php-compiler.net/
Quote:
>
Quote:
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

Sanders Kaufman
Guest
 
Posts: n/a
#6: Sep 28 '07

re: Best freeware PHP IDE easy to learn for someone used with VS.net ide


"bz" <bzamfir@gmail.comwrote in message
news:1190959773.677410.184740@o80g2000hse.googlegr oups.com...
Quote:
Quote:
>>
Quote:
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.


Closed Thread