Example #1
0
 public function CreateObject($object = false)
 {
     $object = $object ?: $this->table;
     return parent::CreateObject($object);
 }