Home » Database » DB_DataObject_FormBuilder » Bug #5471
getValidationErrors()
Details
| Request #5471 | getValidationErrors() |
|---|---|
| Submitted | 2005-09-21 11:50 UTC |
| From | exorion at yandex dot ru |
| Status | Feedback |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 5.0.4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-09-21 11:50 UTC] exorion at yandex dot ru
Description:
------------
getValidationErrors() return only false, and didn't return a mixed array. Also in a new documentation i didn't find a functions Validate{name}(?) that need's to call there to make right validation
Test script:
---------------
if($form->validate()) {
$errors=$fb->getValidationErrors();}
// $errors==false;
Expected result:
----------------
$errors= mixed array
Actual result:
--------------
$errors==false (((