7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
class Application_Model_TabDepartements extends Zend_Db_Table_Abstract
|
|
{
|
|
protected $_name = 'tabDepartements';
|
|
}
|
|
|