i need help with this error
and here is line from fileCode:PHP Fatal error: Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in
/* Formats the database columns to be used in SQL queries */
function getDatabaseColumns() {
$fqString = implode(',', $this->fqDatabaseColumns);
return $fqString;
}


Reply With Quote
