11 lines
224 B
PHP
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';
|
||
|
}
|
||
|
?>
|