Leandro Pinheiro
Results
1
comments of
Leandro Pinheiro
Uou! In Component... private function _addCondition($column, $value, $type = 'and') { ... if (strpos(strtolower($comparison), 'like') !== false) { ... } else if (!($comparison === '=' && is_numeric($value))) {//I ADDED THIS...