How do I properly validate a submitted form? I've been looking in the documentation on http://kohanaframework.org/3.3/guide/orm/validation and http://kohanaframework.org/3.3/guide/kohana/security/validation, the latter also tells me "This page needs to be reviewed for accuracy by the development team. Better examples would be helpful."
What I'm trying to achieve is registering a User (the Auth module) I'm not quite sure which one too use and why.
action_createmethod shows the general method of doing this. What part of that do you need clarification on? - badsyntax