19 $sectionContent = Query::create(
SectionContent,
"WHERE section_id IN (SELECT section_id FROM section WHERE site_id=:s) AND permissions IS NOT NULL AND permissions != ''")
27 $perms = explode(
",",
$content->permissions);
28 foreach($perms as $perm)
42 $groups[$perm->format(
"{component}:{name}")] = $perm->format(
"{annotation} <span style='font-weight:normal;font-size:75%'>{component}:{name}</span>");
47 $table->column(
"Identifier",
"<strong>{identifier}</strong>",
true,
"width: 20%")
48 ->column(
"Roles",
"{role:/,/, /}",
true,
"width: 30%")
49 ->column(
"Permissions",
"{permissions:/,/, /}",
true,
"width:30%")
50 ->column(
"Template",
"{template}",
true);
67 <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).
The Settings class provides components with a common API for specifying application settings and conf...
foreach($sectionContent as $content) $groups
foreach($permissions as $perm) $table
if(array_key_exists("HTTP_IF_MODIFIED_SINCE", $_SERVER)) $content