Fuel\Core\Fuel_Exception [ Error ]: Object class was not whitelisted in security.whitelisted_classes and could not be converted to string.
public function action_index() { $characters = Model_Character::find()->where('is_public', '=', 1)->order_by('character_name', 'asc'); $this->template->title = 'Characters'; $this->template->content = View::factory('characters/index') ->set('characters', $characters); }
It looks like you're new here. If you want to get involved, click one of these buttons!