According to the manual, we can specify the columns, by:
Models::find(array('columns' => 'id, title, content. e.g.'));
But how to specify the columns of the Models with hasManytoMany
Relationships?
According to the manual, we can specify the columns, by:
Models::find(array('columns' => 'id, title, content. e.g.'));
But how to specify the columns of the Models with hasManytoMany
Relationships?