toArray(); } } public static function getTitle($id) { $ret = self::find($id); if (!empty($ret)) { $ret = $ret->toArray(); } return $ret['title']; } }