lithium\data\collection\MultiKeyRecordSet::_init()
Overrides
lithium\core\Object::_init()
Initializes the record set and uses the database connection to get the column list contained in the query that created this object.
Returns
voidSource
protected function _init() {
parent::_init();
if ($this->_result) {
$this->_columns = $this->_columnMap();
}
}