Hi, I am building a test to create an ORM kind functionality using just modules (to avoid models)
I am doing something like this: https://gist.github.com/996421 (that is working well) That uses 'validade_and_insert' which validate the FORM level validators and return a Row object with r.id and r.errors, now I want to create update methods, is there a 'validade_and_update' ? or another hack for doing that ? Thanks -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ]

