21 $itemsByType = IndexedQuery::create(
SectionContent,
"WHERE section_id IN (SELECT section_id FROM section WHERE site_id=:s) ORDER BY identifier",
"section_id")
26 $table->column(
"Identifier",
"<strong>{identifier}</strong>",
true,
"width: 20%")
27 ->column(
"Roles",
"{role:/,/, /}",
true,
"width: 40%")
28 ->column(
"Permissions",
"{permissions:/,/, /}",
true)
29 ->column(
"Template",
"{template}",
true)
30 ->column(
"SSL",
"{use_SSL:Yes/No}",
true);
47 <div
class=
'tab_border'>
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
Section DataItem, defining the data model for sections within a site.