CMS  Version 3.9
snippet_form.inc File Reference

Go to the source code of this file.

Variables

 $snippet_id = checkNumeric($_GET["snippet_id"])
 
 $snippet = new Snippet()
 
if($snippet_id) else
 
 $form = new AutoForm($snippet, "POST", "/action/html_editor/snippet_form?snippet_id={$snippet_id}")
 
if($method=="POST") $script = $form->writeScript()
 

Variable Documentation

◆ $form

$form = new AutoForm($snippet, "POST", "/action/html_editor/snippet_form?snippet_id={$snippet_id}")

Definition at line 17 of file snippet_form.inc.

◆ $script

if ( $method=="POST") $script = $form->writeScript()

Definition at line 34 of file snippet_form.inc.

◆ $snippet

$snippet = new Snippet()

Definition at line 6 of file snippet_form.inc.

◆ $snippet_id

$snippet_id = checkNumeric($_GET["snippet_id"])

Definition at line 4 of file snippet_form.inc.

◆ else

if ( $snippet_id) else
Initial value:
{
$snippet->user_id = $user->getPrimaryKeyValue()
global $user
$snippet
Definition: snippet_form.inc:6

Definition at line 12 of file snippet_form.inc.