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.

Data Model Questions /

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

Webapp silverstripe setup


Go to End


1179 Views

Avatar
luuk

Community Member, 15 Posts

4 October 2014 at 2:51am

Hi,
For a schoolproject i'm going to build a webapp using the ionic framework (http://ionicframework.com/). Since the webapp part is pretty new for me i was wondering if someone could point me in the right direction for the setup.

To get the data in the webapp i'm going to need the restfull server and get the json data via requests. However, i don't really need a theme right now. Since that is powered by the ionic framework. How can i still make silverstripe act like a CMS and don't use the template system.

so a few questions:
- is there any toturial on how to setup webapps with silverstripe?
- How would you do the setup? Do you create classes that extend the dataobject or do you use the modeladmin?

I'm kinda stuck at getting my head around this since normally you create a class that extends Page and then u could use this class in your templates. Now its working with requests.

Thanks in advance.