
Hi im recently find this unframework, and love the way it works, but there are few things that i use with another ORM that I've not found here, things like
$Model->find($options);
I see some examples for find records but It was passing their unique indexes in their constructor
$Model = new Model($id);
$Model = new Model(array('email'=>$email));
But i need to find records just like above!
Thanks for the help