Example #1
0
 /**
  * Loads the Order object with values from the DB tables
  */
 function load($oid = null, $reset = true)
 {
     if ($return = parent::load($oid, $reset)) {
         // TODO populate the protected vars with the info from the db
     }
     return $return;
 }