Current File : /home/k/a/r/karenpetzb/www/items/category/AnnonceFooter.php.tar |
home/karenpetzb/application/models/AnnonceFooter.php 0000604 00000000552 15071177210 0016677 0 ustar 00 <?php
class AnnonceFooter extends Zend_Db_Table
{
protected $_name = 'annonce_footer';
protected $_primary = 'ID';
public function getAnnoncesByShow($isShow, $controller) {
return $this->select()->where('isSHOW = '.$isShow)->where("CONT_NAME LIKE '%".$controller."%' ")->order('isSHOW ASC')->order('TITRE ASC')->query()->fetchAll();
}
}
?>