Page 1 of 1

PHP application development environment

Posted: Sun Nov 10, 2002 7:43 am
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?

IDE's

Posted: Sun Nov 10, 2002 3:29 pm
by phpScott
check out this discussion
http://www.devnetwork.net/forums/viewto ... highlight=
for a talk about IDE's

phpScott

Posted: Sun Nov 10, 2002 4:25 pm
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

Posted: Mon Nov 11, 2002 3:21 am
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