noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
doc_state.inc.php File Reference

Manage the status of the document (document_state) More...

Go to the source code of this file.

Variables

if(isset($_POST['add'])) $a_stat = $cn->get_array("select s_value,s_status from document_state order by 1")
global $cn
 $value = new IText("s_value","")
for($i=0;$i< count($a_stat);$i++)($a_stat[$i]['s_value'])?>
</td >< td ><?php if($a_stat[$i]['s_status'] 
endfor = ='C') { echo _("Ferme l'action"); }

Detailed Description

Manage the status of the document (document_state)

Definition in file doc_state.inc.php.


Variable Documentation

if (isset($_POST['add'])) $a_stat = $cn->get_array("select s_value,s_status from document_state order by 1")

Definition at line 45 of file doc_state.inc.php.

global $cn

Definition at line 29 of file doc_state.inc.php.

$value = new IText("s_value","")
for ($i=0;$i<count($a_stat);$i++) ($a_stat[$i]['s_value'])?> </td> <td> <?php if ($a_stat[$i]['s_status'] endfor = ='C') { echo _("Ferme l'action"); }

Definition at line 49 of file doc_state.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations