where($whereColumn, $whereValue)->findAll(); if($data){ return array_column($data, $columnToExtract); }else{ return []; } } }