Current File : /home/k/a/r/karenpetzb/www/items/category/AnnonceFrontHeader.php.tar |
home/karenpetzb/application/models/AnnonceFrontHeader.php 0000604 00000000600 15071363647 0017647 0 ustar 00 <?php
class AnnonceFrontHeader extends Zend_Db_Table
{
protected $_name = 'annonce_front_header';
protected $_primary = 'ID';
public function getAnnonces() {
return $this->select()->where('isSHOW = 0')->order('NOM ASC')->query()->fetchAll();
}
public function getAllAnnonces() {
return $this->select()->order('NOM ASC')->query()->fetchAll();
}
}
?>