Ejemplo n.º 1
0
 public static function getStaticContent($identifire)
 {
     $model = new Application_Model_Articles();
     $where = "identifire='{$identifire}'";
     $row = $model->fetchRow($where);
     return $row;
 }