![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) | |
if(! $taxonomy_id) | $taxonomy = new Taxonomy($taxonomy_id) |
$clone = new Taxonomy() | |
$clone | filter = new InclusionFilter("taxonomy_id", "taxonomy_name", "identifier") |
$form = new AutoForm($clone, "POST", "/action/taxonomy/clone_taxonomy?taxonomy_id=$taxonomy_id", "CloneTaxonomy_form") | |
$form | customSaveHandler = array(TaxonomyManager, cloneTaxonomy) |
if($method=="POST") if(! $clone->taxonomy_name) | $script = $form->writeScript() |
$clone = new Taxonomy() |
Definition at line 47 of file clone_taxonomy.inc.
$form = new AutoForm($clone, "POST", "/action/taxonomy/clone_taxonomy?taxonomy_id=$taxonomy_id", "CloneTaxonomy_form") |
Definition at line 51 of file clone_taxonomy.inc.
if ( $method=="POST") if (! $clone->taxonomy_name) $script = $form->writeScript() |
Definition at line 72 of file clone_taxonomy.inc.
Definition at line 45 of file clone_taxonomy.inc.
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 38 of file clone_taxonomy.inc.
$form customSaveHandler = array(TaxonomyManager, cloneTaxonomy) |
Definition at line 56 of file clone_taxonomy.inc.
$clone filter = new InclusionFilter("taxonomy_id", "taxonomy_name", "identifier") |
Definition at line 49 of file clone_taxonomy.inc.