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

getCMSFields outside CMS


Go to End


1099 Views

Avatar
Nathan Cox

Community Member, 99 Posts

10 September 2008 at 2:21pm

I'm trying to pick a framework for an upcoming project and I've been thinking about using Sapphire. The thing is I don't think the SilverStripe CMS will work well here since there will be a lot of pages divided into a dozen distinct page/content types and I'm thinking the easiest and tidiest way to organise it is to make a wordpress-style admin area with the big table for each page type.
Anyway, I just wanted to check here to see if anyone has done something similar or knows any reason why this might be more trouble than it's worth. How much code would I need to try replicate from the CMS to get the whole getCMSFields() generated forms and everything to work?