noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
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 Noalyss_User($cn)
 
 $http =new HttpInput()
 

Detailed Description

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

  • gDossier
  • d date,
  • t title
  • de description for update, same as ADD +
  • i id for delete
  • gDossier
  • i id

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

$cn = Dossier::connect()

Definition at line 40 of file ajax_todo_list.php.

◆ $g_user

$g_user =new Noalyss_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.