extranet/application/models/RetriveGiants.php
2013-07-22 06:28:01 +00:00

11 lines
224 B
PHP

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