Your code should look like
<?php
class GroupDecorator extends DataExtension {
private static $db = array(
'GoToAdmin' => 'Boolean'
);
private static $has_one = array(
'LinkedPage' => 'SiteTree'
);
}
And then carry on with that tutorial.
Posted to: Redirect user to group page upon login | Show Thread | Post Reply