jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

Model global filter / rules / callbacks #152

Closed zsoerenm closed 14 years ago

zsoerenm commented 14 years ago

The implemented validation in KO3 suppoerts global filters etc. like: $post->filter(TRUE, 'trim'); As it is very useful, I suggest you support it too. Although right now I can't see a simple solution for this. Maybe there is some work going on regarding this to version 1.0?

banks commented 14 years ago

Are you using the unstable code? That is not by any means finished and work has halted somewhat on the validation front until we hear what the Kohana devs plan to do with Validation generally in 3.1. We really don't want to be developing our own version of it but the basic one is just not flexible enough and there has been discussion about changing it for a while.

banks commented 14 years ago

I'm going to close this as validation will change in Jelly one way or the other before it is considered released and production ready.