noalyss Version-9
Variables
ajax_search_display_tag.php File Reference

remove tag , call from follow up More...

Go to the source code of this file.

Variables

 $html =escape_xml($response)
 
 $prefix =$http->request("pref")
 
 $response = $tag->select_search($pref)
 
catch(Exception $ex) if($caller_obj=='Tag_Action') elseif($caller_obj=='Tag_Operation') else
 
 try
 

Detailed Description

remove tag , call from follow up

See also
Tag

Definition in file ajax_search_display_tag.php.

Variable Documentation

◆ $html

$html =escape_xml($response)

Definition at line 48 of file ajax_search_display_tag.php.

◆ $prefix

$prefix =$http->request("pref")

Definition at line 30 of file ajax_search_display_tag.php.

Referenced by Data_SQL\to_array().

◆ $response

$response = $tag->select_search($pref)

Definition at line 46 of file ajax_search_display_tag.php.

◆ else

catch(Exception $ex) if( $caller_obj=='Tag_Action') elseif ( $caller_obj=='Tag_Operation') else
Initial value:
{
throw new Exception("AJD001 invalid caller [$caller_obj]")

Definition at line 41 of file ajax_search_display_tag.php.

◆ try

try
Initial value:
{
$caller_obj=$http->request("caller_obj")

Definition at line 28 of file ajax_search_display_tag.php.