I have this code:
$dbInstance = DB_Instance::getDBO(); $statement = $dbInstance->prepare(\"SELECT id, name FROM la
Everybody forgot about the
$sth->fetchAll(PDO::FETCH_KEY_PAIR);