Right on thanks for the pointer.

 

Ended up with

 

public function non_htmlcharacters($data, $field, $count) {

                return strlen(trim (strip_tags ($data[$field]))) >= $count;

}

 

so i end up with just a character count of all non html 

Will expand on it so i can use it for min and max and between counts but
good enough for now

 

Thanks,

 

K

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to