Probably to modify the file directly. I don't think PHP has a way to extend a class outside of its definition. You could extend it to a custom validation class: `tangerine_validate extends Validate` for example, if you want to leave the core class unchanged.
Replies
Regards,
Allan