if you allow, I have a problem to display a list of jason data.
In fact, I want to display for each user its list of contacts and the contact for him contacts.
I explain, when a user (user2) register, he can say that he comes from user1. and user3 comes from user2 ...
I want to show somethings like this in contact view:
+user1
+uer2
-user3
+user4
.......
do you have method to do this? in the user table there's a colone 'contact' that contains the username of the person who brought it.