home/karenpetzb/application/models/AnnonceContent.php 0000604 00000000455 15071326775 0017071 0 ustar 00 <?php class AnnonceContent extends Zend_Db_Table { protected $_name = 'annonce_content'; protected $_primary = 'ID'; public function getAnnoncesByShow($isShow) { return $this->select()->where('isSHOW = '.$isShow)->order('isSHOW ASC')->order('TITRE ASC')->query()->fetchAll(); } } ?>