示例#1
0
 public function save($object)
 {
     $this->databaseSession->executeNoResult(new SaveQuery($this->getTableName(), $object));
 }