public static function forge($data = array(), $new = true, $view = null) {
if(\Module::exists('dashboard')) {
static::$_many_many = array_merge(static::$_many_many, array(
'dashboard_items' => array(
'model_to' => 'Dashboard\Model_Dashboard_Item',
'cascade_save' => true,
'cascade_delete' => true,
)
));
}
return parent::forge($data, $new, $view);
}
OutOfBoundsException [ Error ]: Property "dashboard_items" not found for Users\Model_User.
It looks like you're new here. If you want to get involved, click one of these buttons!