$a) { $a->unit_no = strtoupper($a->unit_no); $a->building_name = strtoupper($a->building_name); $a->street = strtoupper($a->street); $a->city = strtoupper($a->city); $a->state = strtoupper($a->state); $a->save(); } return "Done standardize city in DB"; } }