webservice/library/Application/Model/InseeIdentite.php
2015-03-30 11:16:10 +00:00

6 lines
141 B
PHP

<?php
class Application_Model_InseeIdentite extends Zend_Db_Table_Abstract
{
protected $_name = 'identite';
protected $_schema = 'insee';
}