|
Posted by Willem Bogaerts on 03/20/07 08:34
> I am very new to the PHP world, all my development has been either
> ASP.Net or classic ASP. Now I have to help out on some projects that
> are PHP driven. Now from what i have been told is there are decent PHP
> IDE's that will integrate into Visual Studio. I am far more familiar
> with that application than i am the VI editor. And honestly don't know
> why the VI editor would really be used.
>
> Now i will be working on remote servers over an SSH Connection which
> is where the problem comes in i believe.
You have two options, I think: work remote or work locally.
Personally, I strongly suggest you work on your local machine. Install
PHP there, along with the necessary database, and make a copy of the
site. Using Subversion, CVS, Sourcesafe, or whatever source code control
system can be a great help in getting your local site live quickly and
in a managed way. The great advantage is that working locally allows you
to make stupid mistakes (like code that fails to include a WHERE clause
in an UPDATE query, for example, I really did that once) without having
a real catastrophe.
If you must work remote, it greatly depends on the server you are
working on. If it features an X server, you could even run a graphical
IDE on the server using Cygwin as your terminal.
Best regards,
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
Navigation:
[Reply to this message]
|