extranet/application/models/RetriveGiants.php

11 lines
224 B
PHP
Raw Normal View History

2013-07-22 06:28:01 +00:00
<?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';
}
?>