Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Joins


Go to End


935 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

11 September 2008 at 7:11am

When I do a join in my DataObject::get(), it returns a DataObjectSet of only the main table specified in the first argument. I therefore don't have access to the fields that are on the joined table.

Am I doing something wrong? What is the point of using a join if I don't get the additional fields in my template?