PHP
Object inheritance in PHP PDF Print E-mail
Written by Bernhard Fischer   
Thursday, 01 March 2007


Object inheritance is a basic principle in object orientated programming languages.  This notional PHP example inherits the object admin_user from regular_user and extends it.

Last Updated ( Friday, 18 January 2008 )
Read more...
 
Store an object in a PHP session PDF Print E-mail
Written by Bernhard Fischer   
Tuesday, 20 February 2007

The title is a bit different from what the content describes, but that's intended...
Last Updated ( Saturday, 03 March 2007 )
Read more...