Exemplo n.º 1
0
function makeOptionList($stationId)
{
    return '<select name="stationId">' . '<option value=-1>Select One' . Station::getAllCTSAsHTMLOptions($stationId) . '</select>';
}