Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

document_modele.inc.php File Reference

Manage the document template. More...

Go to the source code of this file.

Variables

 $sub_action = (isset ($_REQUEST['sa']))?$_REQUEST['sa']:""
 $doc = new Document_modele($cn)
$doc md_name = $_POST['md_name']
$doc md_id = -1
$doc md_type = $_POST['md_type']
$doc start = $_POST['start_seq']


Detailed Description

Manage the document template.

Definition in file document_modele.inc.php.


Variable Documentation

$doc = new Document_modele($cn)
 

Definition at line 31 of file document_modele.inc.php.

Referenced by action::Display(), action::myList(), Document::SaveGenerated(), action::SaveStage2(), action::SaveStage3(), and action::Update().

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

Definition at line 26 of file document_modele.inc.php.

$doc md_id = -1
 

Definition at line 43 of file document_modele.inc.php.

$doc md_name = $_POST['md_name']
 

Definition at line 42 of file document_modele.inc.php.

Referenced by Document_modele::myList().

$doc md_type = $_POST['md_type']
 

Definition at line 44 of file document_modele.inc.php.

Referenced by Document::Generate().

$doc start = $_POST['start_seq']
 

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

Referenced by Cezpdf::alink(), Cezpdf::ezPrvtTableColumnHeadings(), Cezpdf::ezTable(), Cezpdf::ezText(), Document_modele::Save(), and Cezpdf::uline().