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();
9 
10 echo TextLookup::getText("glossary_intro");
11 
12 $termLists->draw();
13 ?>
static usingFeature()
Uses the specified framework feature(s).
Definition: core.inc:388
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
static getText($code, $obj=null, $blank=false)
Retrieves text for display on a page, given the code.
Definition: text_lookup.inc:85
$menu_item
Definition: glossary.inc:5
$termLists
Definition: glossary.inc:8
$glossary
Definition: glossary.inc:7