select()->toArray(); } public static function getInfoById($id) { return laModel::where("id", $id)->find(); } }