Аргумент | Возможный тип | Описание |
$table | — | — |
$column | — | — |
//check profile table for default column $res = $this->db->query("SHOW COLUMNS FROM `".DB_PREFIX.$table."` LIKE '".$column."'"); if($res->num_rows != 0) { return true; }else{ return false; }