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?
PHP application development environment
Moderator: General Moderators
IDE's
check out this discussion
http://www.devnetwork.net/forums/viewto ... highlight=
for a talk about IDE's
phpScott
http://www.devnetwork.net/forums/viewto ... highlight=
for a talk about IDE's
phpScott
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
its free and is pretty decent all round ide ..
goto http://www.zend.com/store/products/zend-studio-personal.php
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
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