Esempio n. 1
0
 public function getWriter($con = null)
 {
     include_once 'lib/model/om/BaseWriterPeer.php';
     if ($this->aWriter === null && $this->writer_id !== null) {
         $this->aWriter = WriterPeer::retrieveByPK($this->writer_id, $con);
     }
     return $this->aWriter;
 }