noalyss  Version-6.9.1.8
 All Data Structures Namespaces Files Functions Variables Pages
Data Structures
class_dossier.php File Reference

the class for the dossier, everywhere we need to know to which folder we are connected, because we can't use $_SESSION, we need to pass the dossier_id via a _GET or a POST variable More...

Go to the source code of this file.

Data Structures

class  Dossier
 manage the current dossier, everywhere we need to know to which folder we are connected, because we can't use $_SESSION, we need to pass the dossier_id via a _GET or a POST variable private static $variable=array("id"=>"dos_id", "name"=>"dos_name", "desc"=>"dos_description"); More...
 

Detailed Description

the class for the dossier, everywhere we need to know to which folder we are connected, because we can't use $_SESSION, we need to pass the dossier_id via a _GET or a POST variable

Definition in file class_dossier.php.