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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

[Resolved] How to avoid data being stored to Page table


Go to End


641 Views

Avatar
Vlad Belfort

Community Member, 55 Posts

20 May 2016 at 5:03am

Edited: 20/05/2016 5:04am

So from my experience if no $db is specified when creating a new class all the data for that page type goes into the Page && SiteTree tables.

Is there any way to explicitly set a new class to have its own table regardless if it has any additional fields added to it via $db?

______
Answer this on StackOverflow