issue #0001384 : Model table tabIdLocal

This commit is contained in:
Michael RICOIS 2012-10-08 10:01:26 +00:00
parent 3132c639d5
commit e75d83c058

View File

@ -0,0 +1,5 @@
<?php
class Application_Model_JoTabIdLocal extends Zend_Db_Table_Abstract
{
protected $_name = 'tabIdLocal';
}