noalyss Version-9
Variables
ajax_bookmark.php File Reference

user's bookmark More...

Go to the source code of this file.

Variables

 $a_bookmark =$cn->get_array($bookmark_sql,array($g_user->login))
 
if(! isset($_GET['ac'])) if(isset( $_GET[ 'bookmark_add'])) if(isset($_GET['bookmark_delete']) &&isset($_GET['book'])) $bookmark_sql
 
 $code =$a_code[$idx-1]
 
 $idx =count($a_code)
 
 $url ="do.php?gDossier=".Dossier::id()."&ac="
 
 endif
 

Detailed Description

user's bookmark

Definition in file ajax_bookmark.php.

Variable Documentation

◆ $a_bookmark

$a_bookmark =$cn->get_array($bookmark_sql,array($g_user->login))

Definition at line 65 of file ajax_bookmark.php.

◆ $bookmark_sql

if(! isset( $_GET[ 'ac'])) if(isset($_GET['bookmark_add'])) if (isset( $_GET[ 'bookmark_delete']) &&isset( $_GET[ 'book'])) $bookmark_sql
Initial value:
="select distinct b_id,b_action,b_order,me_code,me_description, javascript"
. " from bookmark "
. "join v_menu_description_favori on (code=b_action or b_action=me_code)"
. "where "
. "login=$1 order by me_code"

Definition at line 60 of file ajax_bookmark.php.

◆ $code

$code =$a_code[$idx-1]

◆ $idx

$idx =count($a_code)

◆ $url

$url ="do.php?gDossier=".Dossier::id()."&ac="

◆ endif

endif

Definition at line 104 of file ajax_bookmark.php.