[line 90]
Medium container for permission handling
This class provides a set of functions for implementing a user permission management system on live websites. All authorisation backends/containers must be extensions of this base class.
Update group - This will update the liveuser_perm_users table
Return: false on error, the affected rows on success
Access: public
Parameters:
array
$data
—
associative array in the form of $fieldname => $data
array
$filters
—
associative array in the form of $fieldname => $data This will construct the WHERE clause of your update Be careful, if you leave this blank no WHERE clause will be used and all groups will be affected by the update