extranet/application/models/MonitoringGiants.php
2013-07-16 12:36:10 +00:00

14 lines
241 B
PHP

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
class Application_Model_MonitoringGiants extends Zend_Db_Table_Abstract
{
protected $_name = 'monitoring_giants';
}
?>