PHP application development environment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
bobbisson
Forum Newbie
Posts: 1
Joined: Sun Nov 10, 2002 7:43 am
Contact:

PHP application development environment

Post by bobbisson »

hello all,

had anyone come across some php integrated development environment (ide)? i came to the idea that php world uses some silently - if you look at phpmyadmin source code, for example, you'll see what i mean: every function is clearly noted and every argument is failrly described. basic investigation yielded name PEAR, PHP Extension and Application Repository. so the question is: is there ide supporting pear style?
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

IDE's

Post by phpScott »

check out this discussion
http://www.devnetwork.net/forums/viewto ... highlight=
for a talk about IDE's

phpScott
neh
Forum Newbie
Posts: 16
Joined: Tue Jul 23, 2002 3:08 am

Post by neh »

i use the community edition of Zend IDE .. its java so can run on your nix box if you need aswell .. has all the code complettion .. auto list member for class you write .. built it php debugger to step throughm brake points etc ..

its free and is pretty decent all round ide ..

goto http://www.zend.com/store/products/zend-studio-personal.php
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

The PEAR standards are fairly simple and documented:
http://pear.php.net/manual/en/standards.php
and for class comments
http://www.phpdoc.de/

People developing for things like PEAR will follow the documented standards and probably use a variety of different tools.

Mac
Post Reply