Current File : /home/k/a/r/karenpetzb/www/items/category/AnnonceContent.php.tar
home/karenpetzb/application/models/AnnonceContent.php000060400000000455150713267750017071 0ustar00<?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();
	}
}
?>