home/karenpetzb/application/models/Pays.php 0000604 00000000473 15071177322 0015061 0 ustar 00 <?php class Pays extends Zend_Db_Table { protected $_name = 'pays_fr'; protected $_primary = 'ID'; public function getPaysFR() { $select = "SELECT p.ID ID, p.PAYS PAYS, p.CODE CODE, p.LOCAL LOCAL FROM pays_fr AS p ORDER BY PAYS ASC;"; return $this->getAdapter()->fetchAll($select); } } ?>