Issue #0002030: $_name='tabdepartements' -> $_name='tabDepartements'

This commit is contained in:
Aram HARUTYUNYAN 2014-07-30 07:54:49 +00:00
parent 3929cd5acd
commit a0d5d9ffea

View File

@ -1,6 +1,6 @@
<?php
class Application_Model_TabDepartements extends Zend_Db_Table_Abstract
{
protected $_name = 'tabdepartements';
protected $_name = 'tabDepartements';
}