extranet/application/models/RetriveGiants.php
Michael RICOIS 6111f32f22 Merge giant
2013-07-30 08:24:34 +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';
}
?>