extranet/library/Application/Model/RetriveGiants.php
2014-03-14 10:42:09 +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';
}
?>