phpcompta  Version-6
 All Data Structures Namespaces Files Functions Variables Pages
Variables
modele.inc.php File Reference

concerne only the template More...

Go to the source code of this file.

Variables

if(isset($_POST['upd'])&&isset($_POST['m'])) $cn = new Database()
 
 $count = Database::num_row($Res)
 
 $header =new Sort_Table()
 
 $ord =(isset($_REQUEST['ord']))?$_REQUEST['ord']:'na'
 
 $Res
 
 $sa = (isset($_REQUEST['sa'])) ? $_REQUEST['sa'] : 'list'
 
 $sql_order =$header->get_sql_order($ord)
 
 $url =$_SERVER['PHP_SELF']."?sa=list&action=".$_REQUEST['action']
 
 if (isset($_POST["FMOD_NAME"]))
 

Detailed Description

concerne only the template

Definition in file modele.inc.php.

Variable Documentation

if (isset($_POST['upd'])&&isset($_POST['m'])) $cn = new Database()

Definition at line 55 of file modele.inc.php.

$count = Database::num_row($Res)
$header =new Sort_Table()

Definition at line 209 of file modele.inc.php.

$ord =(isset($_REQUEST['ord']))?$_REQUEST['ord']:'na'

Definition at line 214 of file modele.inc.php.

$Res
Initial value:
= $cn->exec_sql("select mod_id,mod_name,mod_desc from
modeledef $sql_order")

Definition at line 217 of file modele.inc.php.

$sa = (isset($_REQUEST['sa'])) ? $_REQUEST['sa'] : 'list'

Definition at line 34 of file modele.inc.php.

$sql_order =$header->get_sql_order($ord)

Definition at line 215 of file modele.inc.php.

$url =$_SERVER['PHP_SELF']."?sa=list&action=".$_REQUEST['action']

Definition at line 207 of file modele.inc.php.

if ($sa== 'list') if ($sa== 'add') if ($sa== 'mod'&&isset($_GET['m'])) if ($sa== 'del') if($sa== 'remove')

Definition at line 60 of file modele.inc.php.