CMS  Version 3.9
term_dialog.inc File Reference

Go to the source code of this file.

Variables

 $taxonomy_id = checkNumeric($_GET["taxonomy_id"])
 
 $term_id = checkNumeric($_GET["term_id"])
 
if(! $taxonomy_id) $taxonomy = new Taxonomy($taxonomy_id)
 
 $term = new TaxonomyTerm()
 
if($term_id) else
 
 $form = new AutoForm($term, "POST", "/action/taxonomy/term_dialog?taxonomy_id=$taxonomy_id&term_id=$term_id")
 
$form allowDelete = true
 
 if ( $method=="POST")
 

Variable Documentation

◆ $form

$form = new AutoForm($term, "POST", "/action/taxonomy/term_dialog?taxonomy_id=$taxonomy_id&term_id=$term_id")

Definition at line 56 of file term_dialog.inc.

◆ $taxonomy

if (! $taxonomy_id) $taxonomy = new Taxonomy($taxonomy_id)

Definition at line 44 of file term_dialog.inc.

◆ $taxonomy_id

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

Definition at line 36 of file term_dialog.inc.

◆ $term

$term = new TaxonomyTerm()

Definition at line 46 of file term_dialog.inc.

◆ $term_id

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

Definition at line 37 of file term_dialog.inc.

◆ allowDelete

$form allowDelete = true

Definition at line 59 of file term_dialog.inc.

◆ else

if ( $term_id) else
Initial value:
{
$term->taxonomy_id = $taxonomy_id
$taxonomy_id
Definition: term_dialog.inc:36
$term
Definition: term_dialog.inc:46

Definition at line 51 of file term_dialog.inc.

◆ if

if($method=="POST") (   $method = = "POST")

Definition at line 64 of file term_dialog.inc.