With which editor can I edit PHP files?
You can edit PHP scripts basically with every text editor. Nevertheless, the special editors which also offer highlighting of PHP code and Type-Ahead are more comfortable.
Some editors:
Some editors:
- Zend Studio Client (http://www.zend.com)
- PHPEclipse (http://www.phpeclipse.de)
Also most HTML editors like Dreamweaver (http://www.adobe.com) offer a support for PHP.
Where can I find PHP classes?
Many classes for standard requirements can be found in the web, e.g., under http://pear.php.net.