CMS
Version 3.9
snippet.inc
Go to the documentation of this file.
1
<?php
2
Fakoli::using
(
"html_editor"
);
3
4
$snippet_id
= checkNumeric($_GET[
"snippet_id"
]);
5
if
(!
$snippet_id
)
Fakoli::end
(
""
);
6
7
$snippet
=
new
Snippet
(
$snippet_id
);
8
echo
$snippet
->snippet;
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
Fakoli\end
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
Definition:
core.inc:1149
Snippet
Definition:
snippet.inc:9
$snippet
$snippet
Definition:
snippet.inc:7
$snippet_id
$snippet_id
Definition:
snippet.inc:4
code
cms.sonjara.com
cms
components
html_editor
handlers
snippet.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1