Ahoj
potřeboval bych správně zapsat: where != „hodnota“
Jak to ale udělat pro zápis $this->database->table(‚table‘)->where(‚coll‘, hodnota); ?
$selection->where("col != ?", $val); $selection->where(array( "col1 != ?" => $val1, "col2 != ?" => $val2, ));