Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php development tools

Status
Not open for further replies.

JJJ777

Programmer
Jun 5, 2002
33
0
0
MY
hi all...

i used php and postgresql and FreeBSD as OS.

I need suggestion for my application development tools on:

1)compiler to use ?
2)debugger to use ?
3)tester to use , except jmeter.
4)profiler to use , except apd-profiler.

I found eclipse but mostly for windows so similar like eclipse
if any ?

tq..in advance...
 
1) There is no need for a PHP compiler. PHP is a scripting language that is interpreted run-time. There are some commercial PHP compilers, but that is only needed if you want to create a stand alone application.
2,3,4:
Zend Studio includes debugger, profiler etc. Have a look at the Zend site
 
As DRJ478 said, you don't need a compiler, as for a tester, you'll need a webserver such as Apache.

For evewrything else, I use Macromedia Dreamweaver. It highlights the syntax. and even creates certain interactions between forms and databases.

It might be a good place to start.

 
Dreamweaver can also be used for pretty much any web language so it's worth the money in my opinion.
 
hi all...

tq for all your response...

yes dreamweaver is very good.....and i used it and still use it..but now i plan to use teh opensource pakage tools..

what i found now is Gubed - debuger
Quanta - editor almost like dreamweaver
profiler - not found yet..
tester - not found yet..

all this from KDE freeBSD package....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top