Example #1
0
 public function testPropertyData()
 {
     $id = 1;
     $data = new propertyData();
     $val = $data->getAll($id);
     $this->assertEquals(1, $val['ID']);
 }
Example #2
0
 public function __construct($PID = 0)
 {
     parent::__construct();
     $this->setTable($this->table);
     $this->PID = $PID;
 }