Hello web-johnny
Great work! I write my thesis and use your library as well. It saves me a lot of time and till now I don’t have big problems with it, but…
project
I have 28 tables which are linked together. I solved most of the special work with callbacks and it works fine.
problem
I have problems with n_n relations. An example:
client
*id
client_nr
...
client_frontuser
*client_id
*frontuser_id
frontuser
*id
username
...
Link frontuser
../index.php/back/frontuser
In the frontuser table I add a column which contains the following link
../index.php/back/clients/index/94
94 is the id from the frontuser. The aim is to show only clients which belongs to this specific frontuser.
I’m not sure if it’s feasible with set_model.
I’m not a native english speaker and perhaps I missed the solution 
Cheers
Ashirra