|
PHPeclipse
PHPeclipse is an excellent plugin for the Eclipse platform. Packed with features such as syntax highlighting, apache control, and debugging. Download this plugin and start using Eclipse as your preferred IDE. |
|
PEAR
PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide:
* A structured library of open-sourced code for PHP users
* A system for code distribution and packag |
|
Phpmyadmin
A very nice interface built in PHP to access MYSQL databases. |
|
Smarty
A templating language for PHP. This allows the separation of design and business logic in a website. Allowing PHP/MYSQL to follow more of a MVC architecture. |
|
PHP
In my opinion the best language for developing dynamic websites. |
|
MySQL
An excellent open source database. |