Example #1
0
 /**
  * 
  * @return string name of the primary-key column of the db table this record belongs to
  * 
  */
 public function getPrimaryCol()
 {
     return $this->_model->getPrimaryColName();
 }