Hy,
I want to ask which way is better to get the user name of thinks.
I have Jquerie table with user_id field and users table.
I Way:
I put recursion = 0 and Cake take user of the item from Jqueries table.
I have all fields from users, but I'm using only one.
II Way:
I make virtualField with subQuery.
I have only one field, which i need, but I have extra subQuery for all r...
