$sanitizer = new Sanitize(); $sanitizer->clean($this->data); // Don't work Or $sanitizer->clean($this->data, $this->MyModel->useDbConfig); // Don't work either
Any idea ?
It appears that is a bug... I have open a ticket : https://trac.cakephp.org/ticket/2712
It seems that this method doesn't work in CakePHP 1.2
It appears that is a bug... I have open a ticket :
https://trac.cakephp.org/ticket/2712