<?php
class Application_Model_TabDepartements extends Zend_Db_Table_Abstract
{
protected $_name = 'tabDepartements';
}