Episode 48: SilverStripe CMS at MySQL User Conference
Got a chance to talk to Sigurd Magnusson from the SilverStripe CMS project last week. Sigurd was kind enough to answer some questions about the project's history, current status as an open source project and some upcoming features. We touched a bit on code testing and some other stuff towards the end as well.
- SilverStripe
- SilverStripe CMS home page
Comments



Marty says on Apr 30, 2008 @ 03:40 PM:
Interesting product. I would of loved to hear the differences between other CMS solutions, like Drupal and Sharepoint, vs SilverStripe.
Michael Kimsal says on Apr 30, 2008 @ 04:12 PM:
I'd wanted to try to get the Drupal and SilverStripe guys together for something - they were only a few booths apart - but people's schedules didn't allow for it. Good question, though.
Anonymous says on May 13, 2008 @ 06:38 PM:
This makes me curious as to how many other major content management systems are developed using MVC?
This base with MVC allows for extensibility, and because of this seems to be a viable alternative to to other frameworks such as Cake and Symfony.
I'm definitely going to try it!
Michael Kimsal says on May 15, 2008 @ 06:27 AM:
I'm not aware of any off the top of my head which have started off by building on a specific 'MVC' 'framework', though many CMS projects seem to naturally adopt some degree of separation of concerns, either initially or over several versions.