|
Posted by Sanders Kaufman on 09/24/07 09:52
"bz" <bzamfir@gmail.com> 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.
[Back to original message]
|