nalezeny 4 chyby.
Vstupní data:
Array
(
)
Výstupní data:
Array
(
[email] =>
[datum] =>
[heslo] =>
[heslo_kontrola] =>
[telefon] =>
[poznamka] =>
)
Chyby:
Array
(
[email] => no_email
[datum] => invalid_date_format
[heslo] => empty
[telefon] => no_ereg
)
Pravidla:
Array
(
[email] => Array
(
[convert] => trim
[check] => is_email
)
[datum] => Array
(
[convert] => date_cz2iso
[check] => check_date
)
[heslo] => Array
(
[check] => is_fill
)
[heslo_kontrola] => Array
(
[check] => is_eq
[check.is_eq] => heslo
)
[telefon] => Array
(
[check] => ereg
[check.ereg] => ^\+([0-9]{12})$
)
[poznamka] => Array
(
)
)