Ejemplo n.º 1
0
 protected function unaccent($s)
 {
     return $this->_schema->getData('accent_insensitive') ? $this->coreHelper()->unaccent($s) : $s;
 }