noalyss  Version-9
Variables
ajax_todo_list.php File Reference

handle the ajax request for the todo_list (delete, update and insert) for add, needed parameters More...

Go to the source code of this file.

Variables

if(isset($_REQUEST['show'])) if(isset($_REQUEST['del'])) $ac =$http->get('act', "string",'save')
 
 $cn = Dossier::connect()
 
global $g_user =new User($cn)
 
 $http =new HttpInput()
 

Detailed Description

handle the ajax request for the todo_list (delete, update and insert) for add, needed parameters

Definition in file ajax_todo_list.php.

Variable Documentation

◆ $ac

if (isset( $_REQUEST[ 'show'])) if (isset( $_REQUEST[ 'del'])) $ac =$http->get('act', "string",'save')

◆ $cn

Definition at line 40 of file ajax_todo_list.php.

◆ $g_user

$g_user =new User($cn)

Definition at line 41 of file ajax_todo_list.php.

◆ $http

$http =new HttpInput()

Definition at line 38 of file ajax_todo_list.php.