CMS
Version 3.9
glossary.inc
Go to the documentation of this file.
1
<?php
2
Fakoli::using
(
"glossary"
,
"text_lookup"
);
3
Fakoli::usingFeature
(
"data_view"
,
"filter_form"
);
4
5
$menu_item
=
"Glossary"
;
6
7
$glossary
= Query::create(
Glossary
,
"ORDER BY term ASC"
)->execute();
8
$termLists
=
new
GlossaryView
(
$glossary
);
9
10
echo
TextLookup::getText
(
"glossary_intro"
);
11
12
$termLists
->draw();
13
?>
Fakoli\usingFeature
static usingFeature()
Uses the specified framework feature(s).
Definition:
core.inc:388
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
Glossary
Definition:
glossary.inc:8
GlossaryView
Definition:
glossary_view.inc:7
TextLookup\getText
static getText($code, $obj=null, $blank=false)
Retrieves text for display on a page, given the code.
Definition:
text_lookup.inc:85
$menu_item
$menu_item
Definition:
glossary.inc:5
$termLists
$termLists
Definition:
glossary.inc:8
$glossary
$glossary
Definition:
glossary.inc:7
code
cms.sonjara.com
cms
components
glossary
pages
glossary.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1