getRows("`todo-tasks`", ['where' => ['id' => $id]]); if ( $row ) { foreach ( $row as $r ) { $task = $r['task']; } } } ?>