PHP Classes

Packages of Richard Williams

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Richard Williams (2)  >  Mission progress status  >  Reputation  
Picture of Richard Williams
Name: Richard Williams <contact>
Classes: 2
Country: United States United States
Age: 80
All time rank: 3424463 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 443
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Aliased Array  
PHP Programming Innovation award nominee
June 2015
Number 11


Prize: One subscription to the PDF edition of the PHP Architect magazine
Assign array entries that point to other entries
This class can assign array entries that point to other entries.

It extends ArrayObject to add functions that allow telling that a value for a given entry is the same as another entry.

If the pointed entry does not exist, the class throws an exception.

Fetching the value of an alias entry returns the value of the entry that the alias points.

  Files folder image XML Helper  
Extract XML data into an array and vice-versa
This class can be used to extract XML data into an array and vice-versa.

It can parse a given XML document and return a nested array that describes the XML document structure and data.

The class can also do the opposite, i.e. take an array with a document structure and data and generate a XML document from it.

A full PHPUnit test suite is included. You'll need to have PHPUnit installed to use it.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z