We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Configuration for the user model of the plugin can be put into the following array
$config['Ofum']['UserModel']
Anything in this array is directly added to the user model as attributes in its constructor.
this allows you to do things like
$config['Ofum']['UserModel']['virtualFields'] = array( 'name' => 'CONCAT(User.first_name," ",User.last_name)' );
or any relations like
$config['Ofum']['UserModel']['belongsTo'] = array( 'Agency' );
There was an error while loading. Please reload this page.