Whats wrong with this?
$result = $myDB->queryRows("SELECT `place`, `time`, `order` FROM boarding_places ORDER BY `order` ASC;");
foreach ($result as $row) {
    $places .= $row["place"] . "<br />";
}
When turning on PHP error reporting I got this message:
Notice:  Undefined index:  place in create_document.php on line 468