I’ve a table with a more then 15 fields and having several relations.
After using containable behavior I’ve full control over the other related table. But I do not want all the fields of main table.
How can I restrict the fields of the main table by using containable behavior.
Thanks in advance!!
@Vins
That would be:
You can pass order, limit and condition clauses as well this way.