Depends... if it's a library-like validator (generic and not app-specific) I place it in my own folder within the library:
library/Virgen/Validate/Date.php If it's form-specific, I place it within the forms folder: application/forms/Validate/Username.php -- Hector On Fri, Mar 5, 2010 at 2:05 PM, Steve Rayner < [email protected]> wrote: > Can anyone tell me were in the application folder structure, i should > ideally place php files containing custom validators? >
