1

Topic: ZC50 – Preparing Custom Elements for Zend Validators

This is part in my litte series on Zend_Form will cover how to prep our composite form element for standardized Zend_Form validators. This will help lead us into building a Zend_Form validator for our phone element. It might help to start with episode 49.

Grab a copy of the project or browse the repository.

ServerGrove has offered to sponsor 3 videos in March! ServerGrove specializes in Zend Framework hosting and they've offered a 10% rebate on hosting with coupon code "zc". If you're looking for a host, be sure to check them out (referral). They've also added an additional coupon for "Mini Hosting" plans, get $2 off by using code "zcmini".

2

Re: ZC50 – Preparing Custom Elements for Zend Validators

Hi John,
thanks for the great Tutorial.

I guess it's better to use preg_split in the View_Helper_Element class, cause
split is depricated

greets Christian

3

Re: ZC50 – Preparing Custom Elements for Zend Validators

hey Christian, very good point! Thanks for mentioning this.