[eluser]DominixZ[/eluser]
@WanWizard I'm very appreciate. That you will continue this project. i tried your DataMapper in BitBucket and I found a bug in $object->delete
I have "Account" model and "Group" model that has many to many relationship
I use
$group->delete(); and then error is
Class a not found
I don't know why it bug and i switched back to 1.7.1 and then bug is gone.
=====
about "set_value()" DataMapper DMZ use form_validation to use rule that has in form_validation to validate but it doesn't set the rule so "set_value()" will not work but in my opinion i only want to pop data from post so I go to
"function &_get_validation_object()"
and then "return false;" in the beginning of function and then "set_value()" can pop $_POST data. because now We will validate when save not before save so I feel secure to not validate $_POST data cause I can xss_clean in DataMapper model.
Have fun with DataMapper DMZ
P.S. I have a small helper project. I will rewrite form_helper to use for DataMapper DMZ and I will contribute back soon. See you guys.