Mage_Dataflow_Model_Mysql4_Profile_History_Collection Class Reference

Inheritance diagram for Mage_Dataflow_Model_Mysql4_Profile_History_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 joinAdminUser ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 34 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 36 of file Collection.php.

00037     {
00038         $this->_init('dataflow/profile_history');
00039         parent::_construct();
00040     }

joinAdminUser (  ) 

Definition at line 42 of file Collection.php.

00043     {
00044         $this->getSelect()->join(
00045             array('u' => $this->getTable('admin/user')),
00046             'u.user_id=main_table.user_id',
00047             array('firstname', 'lastname')
00048         );
00049         return $this;
00050     }


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

Generated on Sat Jul 4 17:24:06 2009 for Magento by  doxygen 1.5.8