Ejemplo n.º 1
0
 public function getColSource($con = null)
 {
     include_once 'lib/model/om/BaseColSourcePeer.php';
     if ($this->aColSource === null && $this->col_source_id !== null) {
         $this->aColSource = ColSourcePeer::retrieveByPK($this->col_source_id, $con);
     }
     return $this->aColSource;
 }