コード例 #1
0
	/**
	* Copy the named array or object content into this object as vars
	* All $arr values are filled in vars of $this->_cbuser
	* @access private this is just for moscomprofilerUser::loadUsersMatchingIdIntoList()'s use
	* @param  array               $arr    The input array
	*/
	function bindThisUserFromDbArray( $arr ) {
		$this->_cbuser							=	new moscomprofilerUser( $this->_db );
		$this->_cbuser->bindThisUserFromDbArray( $arr );
	}