select()->toArray(); } public static function getById($id) { return Db::table(self::$table)->where(['id' => $id])->find(); } }