Exemple #1
0
 public function getCatTemplate($con = null)
 {
     include_once 'lib/model/om/BaseCatTemplatePeer.php';
     if ($this->aCatTemplate === null && $this->cat_template_id !== null) {
         $this->aCatTemplate = CatTemplatePeer::retrieveByPK($this->cat_template_id, $con);
     }
     return $this->aCatTemplate;
 }