Hi everyone
let me know if it's posible to do a simpler registered joomla users table using CCv5 (we whant to show fields: user, email and groups owned by user). The idea is very simple but very complex to do with CC because joomla has all this data on 3 tables. So to do this on CCv5 we have to use three models
model1=>user
model2=>group
--------------------------user.id hasmany group.user_id this relationship gives an array of values
model 3=>groupname
-------------------------group.group_id hasone groupname.id this relationship gives a single value
[attachment=0]Captura0.JPG[/attachment]
[attachment=1]Captura1.JPG[/attachment]
[attachment=2]Captura2.JPG[/attachment]
[attachment=3]Captura3.JPG[/attachment]
let me know if it's posible to do a simpler registered joomla users table using CCv5 (we whant to show fields: user, email and groups owned by user). The idea is very simple but very complex to do with CC because joomla has all this data on 3 tables. So to do this on CCv5 we have to use three models
model1=>user
model2=>group
--------------------------user.id hasmany group.user_id this relationship gives an array of values
model 3=>groupname
-------------------------group.group_id hasone groupname.id this relationship gives a single value
[attachment=0]Captura0.JPG[/attachment]
[attachment=1]Captura1.JPG[/attachment]
[attachment=2]Captura2.JPG[/attachment]
[attachment=3]Captura3.JPG[/attachment]