Default_Model_Categories Class Reference

List of all members.

Public Member Functions

 __construct ()
 myFetchAll ()

Protected Attributes

 $_name = 'Categories'
 $_primary = 'CategoryID'


Constructor & Destructor Documentation

Default_Model_Categories::__construct (  ) 

00008                                       {
00009                 parent::__construct();
00010                 $this->getAdapter()->setFetchMode(Zend_Db::FETCH_OBJ);
00011                 $this->_lang = Zend_Registry::get('lang');
00012         }


Member Function Documentation

Default_Model_Categories::myFetchAll (  ) 

00022                                     {
00023                 $select = $this->_query();
00024                 return $this->getAdapter()->fetchAll($select);
00025         }


Member Data Documentation

Default_Model_Categories::$_name = 'Categories' [protected]

Default_Model_Categories::$_primary = 'CategoryID' [protected]


The documentation for this class was generated from the following file:

Generated on Mon Oct 19 16:22:50 2009 for IndyArticles by  doxygen 1.5.8