Main Menu

  • About Me
  • Work
  • Emergency Information
  • Play
  • Linux
  • Programming
  • References
  • Movies

Section Menu

  • PHP
  • XUL
  • Java
  • Perl

::


PHP

PHP programming language home site.

Zend

A commercial distributor of PHP products including the Zend engine (for optimising) and Zend studio, an IDE for PHP.

PEAR

PHP Extension and Application Repository. This is supposed to form the PEAR core class repository, much like CPAN does for Perl. Some of the stuff here is very useful (eg: the DBI layer), some highly complex (error handling), and some of variable quality.

PHP Builder

A useful site containing PHP articles and HOWTOs, class libraries, news, etc.

phpclasses.org

A large grab-bag of PHP classes of variable quality.

WeberDev

A huge grab bag of PHP, MySQL and JavaScript code snippets, some organised into classes and some not.

Midgard

An example of a content management framework, built around PHP (although not in PHP). Where I believe that Midgard falls down is that although the core library is formed from OO classes, the "snippets" style programming approach forced on the Midgard user (developer) actively discourages OO programming.

ASP2PHP

In my experience this turns (very poor) ASP code into very poor PHP code.

PHP Magazine

Available in dead-tree and digital/download editions.

HotScripts

Another script collection -- at last count it boasted over 8500 PHP scripts. Free registration.