select("*")->from("modules")->order_by("id")->execute() as $row) { $modules["{$row->name}:$row->id"] = $row->name; } return $modules; } }