473,386 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

PHP, Visual Studio

Hello All,

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.

I have downloaded and installed VS.Php but can't seem to get figure
out how to open the remote site into the Visual Studio application.

Can anyone point me in the direction of a better IDE or even some sort
of remote tool that would work better in my situation?

Thank you

Mar 19 '07 #1
5 2468
I personally use Zend Studio. It isn't bad but not as good as Visual
Studio. You can work remotely and connect via FTP, not sure about
using a secure connection with it. It integrates with SVN and CVS
which is nice. I'm not in love with it but it's all I really know.

http://www.zend.com/products/zend_studio

Mar 19 '07 #2
Nico VanHaaster wrote:
Hello All,

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.

I have downloaded and installed VS.Php but can't seem to get figure
out how to open the remote site into the Visual Studio application.

Can anyone point me in the direction of a better IDE or even some sort
of remote tool that would work better in my situation?

Thank you
I like ActiveState Komodo; it's kind of a pain to set up the remote
debugger, but it works OK once you do. I typically just check it into
SVN (which integrates into Komodo) and then update a working copy on the
dev server with my changes... makes it pretty easy and safe since you
can always get back to any previous version if something goes wrong.
You can even set it up to automatically update the dev server copy on
check-in if you don't want to keep an SSH window open.

Komodo is cross-platform but based on the Mozilla platform rather than
Java (with a native editing widget) which I find makes it a bit snappier
than the java-based Zend studio. Zend studio has an easier debugger,
though - although it's a little less stable in my experience.

You should try both zend and komodo (both have trial versions) and see
which you like better.

http://www.activestate.com/products/komodo_ide/ (they have a newer
version than I am using it seems)

http://www.zend.com/products/zend_studio
Mar 20 '07 #3
Nico VanHaaster wrote:
Hello All,

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.

I have downloaded and installed VS.Php but can't seem to get figure
out how to open the remote site into the Visual Studio application.

Can anyone point me in the direction of a better IDE or even some sort
of remote tool that would work better in my situation?

Thank you
I use VS.PHP and it's the best tool out there. It allows debugging both
PHP and JavaScript.

I always work on project locally. It comes with it's own embedded Apache
and PHP. But apparently it can work in external mode by placing a DBG
module on the server:

http://www.jcxsoftware.com/jcx/vsphp/docs/debug

--
Roman Ziak
www.dipmicro.com
Mar 20 '07 #4
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/
Mar 20 '07 #5
Nico VanHaaster wrote:
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.
Couldn't say - I live in Linux-land - Unix *is* the IDE.

If you happen to like pointy-clicky run/stop/step/run IDEs (personally I
think they don't really lend themselves to productivity) you could try Zend
studio for a no-brainer solution. Or PHPEclipse, although setting up the
debugger is wee bit tricky.

HTH

C.

Mar 20 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.