user_id); } catch (Exception $e) { Kohana_Log::add("alert", "Unable to load user with id $this->user_id"); return null; } } else { return parent::__get($column); } } }