CMS
Version 3.9
glossary_list.inc
Go to the documentation of this file.
1
<?php
2
Fakoli::using
(
"glossary"
);
3
$glossary
= Query::create(
Glossary
,
"WHERE display=:d ORDER BY term ASC"
)->bind(
":d"
,1)->execute();
4
echo toJSON(
$glossary
);
5
?>
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
Glossary
Definition:
glossary.inc:8
$glossary
$glossary
Definition:
glossary_list.inc:3
code
cms.sonjara.com
cms
components
glossary
handlers
glossary_list.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1