silverstripe-framework/docs/en/reference/index.md

2.4 KiB

Reference

Reference articles complement our auto-generated API docs in providing deeper introduction into a specific API.

  • Advanced templates: Advanced SilverStripe template syntax
  • BBCode: Extensible shortcode syntax
  • ComplexTableField: Manage records and their relations inside the CMS
  • GridField: The GridField is a flexible form field for creating tables of data.
  • Database Structure: Conventions and best practices for database tables and fields
  • DataObject: Base class for database records
  • DataExtension: A "mixin" system allowing to extend core classes
  • Director: Routes URLs and handles HTTP requests
  • Execution Pipeline: Detailed look on the way an HTTP request takes through the system
  • Form Field Types: Highlevel overview of field classes
  • Image: Represents an image object in templates and PHP code
  • LeftAndMain: Base class for the CMS interface
  • Member: The "user" object forms the base for our security/permission moel
  • ModelAdmin: Manage arbitrary data in a simple CRUD (create/read/update/delete) interface
  • Partial Caching: Cache complex parts of templates for better performance
  • Permission: Database-backed permission model
  • Requirements: Include CSS and JavaScript files in templates and controllers
  • RestfulService: Consume Restful APIs with this client
  • RSSFeed: Expose any database records as an RSS feed
  • SearchContext: Wraps search queries and forms into an object
  • Site Reports: Tabular reports in a specialized CMS interface
  • SiteConfig: Global configuration stored in the database
  • SiteTree: Base class for a "page" in the CMS
  • SQLQuery: Wrapper around a SQL query allowing modification before execution
  • StaticPublisher: Export a page tree as static HTML for better performance and portability
  • TableField: Add and edit records with inline edits in this form field
  • TableListField: View and delete records in the CMS
  • Typography: CSS file to enable WYSIWYG previews in the CMS
  • urlvariabletools: Debug and maintenance switches