14 lines
241 B
PHP
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';
|
|
|
|
|
|
}
|
|
?>
|