select($sql); $boolStatus = array('-1'); foreach($boolData as $val) { $boolStatus[] = $val['sync']; } return $boolStatus; } }