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 
8 echo $snippet->snippet;
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
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:7
$snippet_id
Definition: snippet.inc:4