Change table in the right database

This commit is contained in:
Michael RICOIS 2012-10-24 06:51:59 +00:00
parent b3f107258a
commit 09720366d0

View File

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