Example #1
0
 /**
  * Constructor
  * 
  * @param string $table the table the object belongs to
  */
 public function __construct($table)
 {
     parent::__construct($table);
 }