Exemplo n.º 1
0
 public function getRegField($con = null)
 {
     if ($this->aRegField === null && $this->reg_field_id !== null) {
         include_once 'lib/model/om/BaseRegFieldPeer.php';
         $this->aRegField = RegFieldPeer::retrieveByPK($this->reg_field_id, $con);
     }
     return $this->aRegField;
 }