T Naeff
T Naeff
Ha... good point @tgallagher2017 . Not sure what I was thinking at that time. I will have to try that out.
Changed the purpose of this pull request and documented the feature instead with an example. Feature is already tested in `src/test/java/com/beust/jcommander/args/Args1Setter.java`
If I see this correctly, because of type erasure it does not actually know the type of the enum (or the fact that it is an enum) once the code...
MY_Model uses the QueryBuilder update function internally. You would have to look at the CI QueryBuilder code to see what is going on.
See the readme, chapter "Relationships". There is a has_many array that you can set.
As far as I know, the where conditions are just passed to the database where function. So get_many_by('name ', 'Jon') should work.
So I am guessing you have a User_model and a Owner_model. In the User_model you have to define the belongs_to=array('owner'), which then automatically looks for an Owner_model and owner_id. Could...