mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
795d3e4b3b
Conflicts: dev/install/install.php5 docs/en/index.md tests/core/CoreTest.php
3.0 KiB
3.0 KiB
This website documents high-level features of the SilverStripe open source platform, aimed
at developers.
Please read our guide to contributing documentation if you want to help out!
Overview
- Getting started | Feature Overview | Demo
- Download and Installation | Upgrading | Requirements | Changelog | Roadmap
- API documentation | Official english book | Official german book
Getting support
Forum | IRC channel | End user docs | Core mailinglist
Level 1: Building your first SilverStripe website
- Introduction to PHP5 (zend.com)
- Tutorials
- 1. Building a basic site
- 2. Extending a basic site
- 3. Forms
- 4. Site Search
- 5. Relationships
- Common Problems
Level 2: SilverStripe fundamentals
- Templates: SilverStripe has its own templating engine
- Themes: How to customize your site with themes
- Controllers: Coordination from a URL-request to finding the controller-class
- Pagetypes: Clarifying the relationship between a page-object and a silverstripe-class
- Datamodel: Object-relational database model with MVC
- Database Structure: Breakdown of a typical SilverStripe database
- Datatypes: Casting database-columns
- Forms: Sophisticated form generation and processing
- Formfield Types: Simple and complex form-elements with built-in validation
- Javascript
- Widgets
- Modules
- Configuration
Level 3: The less obvious features
- Security
- RSS Feeds
- Debugging
- Errorhandling
- Testing Guide: Unit and integration testing
- Execution Pipeline: Tracking a request from director to template-rendering
- Recipes/Howtos