You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$validation = new \Phalcon\Validation();
// any code$validation->validate(); // must before appendMessage$validation->appendMessage(new \Phalcon\Validation\Message('error'));
Code Example:
on error.log I get:
[Tue Apr 22 16:09:39.562722 2014] [core:notice] [pid 16688] AH00052: child pid 16713 exit signal Segmentation fault (11).
The text was updated successfully, but these errors were encountered: