Welcome to KIWIreviews - product reviews
•  click here to return to the homepage  •
Welcome visitor.Join us or log in
  YOU ARE HERE : Home > Categories > Books > Reference > Silverstripe - The Complete Guide to CMS Development
  ProdID: 2514 - Silverstripe - The Complete Guide to CMS DevelopmentWritten byIngo Schommer, Steven Broschart, Julian Seidenberg Product Score: 8.8 
Silverstripe - The Complete Guide to CMS Development

Price : $74.99
Supplier :
Available : October 2009

This is the Official Guide on the award-winning SilverStripe programming framework, authored by the creators of the open source CMS.

SilverStripe is a robust and flexible website content management system (CMS) tightly integrated with an application framework. It is open source and embraces modern system architecture and agile development methodologies.

Intermediate developers can implement powerful websites and web-applications quickly and customize them to their individual needs. The award-winning PHP5/MySQL-based system saves not only time and nerves for techies, but also features a straightforward interface which is a joy to use for non-technical content-authors.

This Guide helps you to get started with SilverStripe. Learn the architecture and usability principles that underpin SilverStripe's modern approach. Then go through the technical requirements, the installation process, and useful tools for your daily work.

Learn the CMS: Practical examples show you how to use the CMS as a content author, and how to manage content, images, documents, and forms without technical knowledge. Administrators learn how to set up permissions and security groups.

Develop a custom application: Use MVC and other modern design patterns to create well-structured, object-oriented PHP code and concise template markup. Let the authors walk you through creating an interactive recruitment website as practical example project.

Extend through clean code and modules: Understand how SilverStripe is built on modularity and how this empowers you to build plugins and core extensions in an elegant, maintainable fashion.

Use SilverStripe professionally: In-depth topics on internationalization, security, unit testing, caching, multi-page forms, and web services APIs ensure that you can build world-class websites.

ADMIN NOTE: This book is based on Silverstripe v2.3.3. Silverstripe is constantly being upgraded and some information may outdate itself over time.
Value for Money
Accuracy
Ease of Use
Extra Features
sadu   Review #3666 - Dated: 9th of April, 2010
  Author: sadu

It's been some time since I have sat down with a book and learned something new - most of my learning these days is done via online tutorials and asking questions in the forums. While learning all about ORM and MVC isn't everyone's idea of bedtime reading, I found it rather useful to be able to learn about Silverstripe without needing to have a computer handy. I understand this book has been selling well, and this makes sense - the information is well presented, and has certainly addressed many of the questions / frustrations I have had so far.

My experience with Silverstripe up until now has been helping out a client when she gets stuck with something on her site. She isn't particularly technically minded, but has managed to do a great job of installing and figuring out Silverstripe herself. I'm no expert either, and this book appealed as it gives a good overview of what Silverstripe can do, and more importantly, where to put your code snippets in order to get a particular job done. I would think that 'Silverstripe - The complete guide to CMS development' would be a very good resource for enthusiasts like her as well as full-time developers like myself.

The book starts off with the basics - firstly explaining the Silverstripe way of doing things - why it's better to have the developer add a snippet of code to get a job done instead of having pages and pages of options that are never used (I'm looking at you Magento). An overview of the architecture of the product is given first up, which is good especially as Silverstripe makes lots of assumptions about certain things. For example if you name your classes and files correctly, it will do a lot of the work for you automatically.

'Silverstripe - The complete guide to CMS development' includes a chapter on how to use the admin section which would be appropriate for showing to the end user, but the sections discussing the development and backend functions was what caught my interest. While a lot of the information in the book is available if you dig around in the documentation, forums, mailing lists and Google, the book presents the information in one place, in a clean and consistent format, with examples, and downloadable code if you need it. Silverstripe has plenty of features that are present in other CMS systems - templates, hooks, data escaping etc - these concepts are all familiar, but are handled differently in each CMS or framework. Having an overview of how each of these concepts are handled in Silverstripe makes the next job that much easier.

I'll be starting out simple of course, but I'm now feeling a lot better about developing my next web project using Silverstripe. 'The complete guide' has filled in enough blanks to make the product useful to me, and saves me having to pour hours of time into other learning mediums. I can recommend this book as an excellent resource and reference for web developers, and also anyone who is familiar with HTML and wanting to learn how to take the next step. Silverstripe is a good framework to develop with, and is useful for basic brochure sites through to complex web apps.

User Comments
Sam Minnee
One of the most significant features that has been added in SilverStripe 2.4 is database abstraction. This changes query syntax a little, as we use double-quotes for escaping fieldnames rather than single-quotes. You can still use single-quotes, but its deprecated, and will only work with MySQL.

That said, most of the concepts in the book are still very relevant for SilverStripe 2.4.

 

Printed at 07:20:19pm on Friday 29th March 2024