RuntimeException [ Error ]: Object class "Orm\Query" could not be converted to string or sanitized as ArrayAcces. Whitelist it in security.whitelisted_classes in app/config/config.php to allow it to be passed unchecked.
$data = array(
'character' => Model_Character::find( Session::get('charid') )
); $this->template->condition = View::forge('game/character', $data); $this->template->title = 'Game > Welcome';
<div id='first-name'><?php echo $character->name; ?></div>
It looks like you're new here. If you want to get involved, click one of these buttons!