Iam new in cakephp ,I need to validate a form.
This is the code: Controller:
Try this:
if ($this->Task->validates()) { // it validated logic //echo "ttt"; } else { $this->validateErrors($this->Task); $this->render(); }