odea/library/Application/Model/CiblageRegions.php
2014-06-18 08:28:45 +00:00

8 lines
152 B
PHP

<?php
class Application_Model_CiblageRegions extends Zend_Db_Table_Abstract
{
protected $_name = 'fields_regions';
protected $_schema = 'ciblage';
}