Overview

Data sources are the pipelines that deliver content to your Symphony project’s front-end interface. This can be internal content (e.g. data pulled directly from your sections) or external content (e.g. data from an RSS feed or an XML API). Data sources are attached to pages, and the XML they provide can be transformed by page templates.

There are three different types of data sources. Section-based data sources and system-generated data sources—both of which draw on content from within the Symphony system—are highly configurable, and are capable of filtering, sorting, limiting, grouping, and chaining data result sets. They also support pagination, and can use dynamic parameters from frontend URLs for filtering and paginating.

Custom XML data sources are valid XML documents that are either static (and stored locally) or dynamic (and fetched from a URI). Their content is not managed within Symphony, but the XML is made available to pages for templating alongside your other content. Because dynamic data sources are fetched on the fly when a page is requested, their content can be cached by Symphony at configurable intervals. A common example of a dynamic custom XML data source is a Twitter RSS feed.

Usage

Data sources can be managed in the Components view (Blueprints > Components) in the admin interface.

A data source’s execution cannot be made conditional, except by setting a required URL parameter (see below).

Details

Data Source Editor

Data Source Editor

All data sources contain the same essential settings:

Setting Description
Name A unique name for the data source.
Source The source from which data will be drawn.

The rest of the settings available in the data source editor will vary depending on the Source chosen, which will fall under one of three types listed above: data from your sections, data made available by the system (i.e. its authors or its navigation structure), or data supplied by custom XML (either locally-stored or fetched from an external URI).

Section-based Data Sources

Choosing one of your sections as the source will yield a host of configuration options organized into three categories: “Filter Results,” “Sorting and Limiting,” and “Output Options.”

Setting Description
Filter Results
Filter Rules Add any number of filter rules to the data source. See below for more details.
Sorting and Limiting
Sort By Select field by which to sort results.
Sort Order Choose ascending, descending, or random
Limit Maximum number of results to return. Can accept parameters.
Page Page number of results to return. Can accept parameters.
Required URL Parameter URL Parameter required in order for data source to execute.
Redirect Checkbox to specify whether or not a page should redirect to 404 (Page Not Found) if no results are returned.
Output Options
Parameter Output Choose field with which to populate a data source output parameter. Useful for data source chaining.
Group Output Field by which to group XML results.
Included Elements Select fields to be returned by the data source, and whether or not to include a pagination element. Including pagination info can cause a performance decrease.
Include Associated Checkbox specifying whether or not to include a count of entries associated with each returned entry. Including this count can cause a performance decrease.
HTML-encode Checkbox specifying whether to HTML-encode the results.

Adding filter rules to a data source causes it to filter entries based on the content of one or more fields. You could, for example, ask your data source to return all entries in a section called Publications where the Publication Year is 2009. Section-based data sources natively support union, intersection, and enumeration operators, regular expressions, dynamic parameters, and much more, so be sure to fully acquaint yourself with data source filters.

System-generated Data Sources

Choosing Authors as the source yields the same options described above under “Section-based Data Sources” (Figure 2). Choosing Navigation yields the same filtering options, but “Sorting and Limiting” options are restricted to setting required parameters and configuring the handling of empty result sets. There are no output options for a system-generated navigation data source (Figure 3).

Custom XML Data Sources

There are two kinds of custom XML data source: Static XML and Dynamic XML. Choosing “Static XML” as the source yields a large text area which accepts valid XML input (Figure 4). The XML input is then stored locally and will be provided, as-is, to your page. A data source with its source set to “Dynamic XML,” on the other hand, is accessed via URI, so its content is fetched on the fly (an RSS feed is a good example of dynamic XML). Symphony allows you to use XPath to build the nodeset you want returned by dynamic XML data sources, and you can also declare namespaces and set a caching interval. See Figure 5:

Data Source Editor: Dynamic XML

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details