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

Help please..


Go to End


2 Posts   1713 Views

Avatar
Nofel

Community Member, 2 Posts

14 July 2011 at 4:54pm

I am confused how to create a database in SilverStripe. I got an assignment to build web database applications. On the web there are laws and regulations. In the Admin there are functions on the user uploaded and there are functions to download and view pdf documents. I'm confused early work in SilverStripe. Please help.

Avatar
swaiba

Forum Moderator, 1899 Posts

14 July 2011 at 8:44pm

Hi Nofel,

Silverstripe has an ORM...

http://silverstripe.org/sapphire-introduction/
http://silverstripe.org/sapphire-features/

which means you define dataobjects (http://api.silverstripe.org/trunk/sapphire/model/DataObject.html) and then when you do a dev/build (http://doc.silverstripe.org/sapphire/en/installation/upgrading) it builds the database for you.

Hope this helps.