21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 602 Views |
-
Would this be prudent to use SilverStripe for?

31 January 2010 at 11:01am Last edited: 31 January 2010 11:01am
I have a customer who needs to take a datafeed and import the feed into a db. Then each record in the feed would become an actual webpage that is not necessary listing on the nav tree.
The datafeed could be large 1000+ records.
They want to more or less auto generate the pages without having to manually create each page after an import took place.
To add to this, they will need to be able to re-import the datafeed at specific time intervals (weekly).
I'm wondering if Silverstripe is the best solution to do this. Right now they have a solution that generates pages via a url string but it is dynamic and and not easily managed.
Your thoughts,
Terry
-
Re: Would this be prudent to use SilverStripe for?

31 January 2010 at 2:39pm
ModelAdmin is pretty well suited to exactly that. If you setup a ModelAdmin for the datafeed, it includes importing abilities. As for displaying the dataobjects on the front end, you wouldn't need to manually create the page on the site you would just have a simple controller to display the object.
| 602 Views | ||
|
Page:
1
|
Go to Top |


