webservice/application/models/JoTabEvenements.php

5 lines
117 B
PHP
Raw Normal View History

2012-12-14 09:58:34 +00:00
<?php
class Application_Model_JoTabEvenements extends Zend_Db_Table_Abstract
{
protected $_name = 'tabEvenements';
}