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

contact.inc.php File Reference

File for adding contact, contact is a kind of fichethe contact class is derived from the class fiche the contact is in fact a card but more specific This file is included from the module "Gestion". More...

Go to the source code of this file.

Variables

 $sub_action = (isset($_REQUEST['sa']))?$_REQUEST['sa']:""
 $h_url = sprintf('<input type="hidden" name="url" value="%s">',urldecode($_REQUEST['url']))
 $c = new contact($cn)
 $url = urlencode($_SERVER['REQUEST_URI'])
 $w = new widget("select")
$w name = "fd_id"
$w value
 $qcode = (isset($_GET['qcode']))?$_GET['qcode']:""
$w label = 'qcode'
$w extra = '4,8,9,14'
 $sp = new widget("span")
 $contact = new Contact($cn)
 $search = (isset($_GET['query']))?$_GET['query']:""


Detailed Description

File for adding contact, contact is a kind of fichethe contact class is derived from the class fiche the contact is in fact a card but more specific This file is included from the module "Gestion".

Definition in file contact.inc.php.


Variable Documentation

$c = new contact($cn)
 

Definition at line 94 of file contact.inc.php.

$contact = new Contact($cn)
 

Definition at line 168 of file contact.inc.php.

Referenced by contact::Summary().

$h_url = sprintf('<input type="hidden" name="url" value="%s">',urldecode($_REQUEST['url']))
 

Definition at line 38 of file contact.inc.php.

$qcode = (isset($_GET['qcode']))?$_GET['qcode']:""
 

Definition at line 150 of file contact.inc.php.

$search = (isset($_GET['query']))?$_GET['query']:""
 

Definition at line 169 of file contact.inc.php.

$sp = new widget("span")
 

Definition at line 157 of file contact.inc.php.

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

Definition at line 30 of file contact.inc.php.

$url = urlencode($_SERVER['REQUEST_URI'])
 

Definition at line 125 of file contact.inc.php.

$w = new widget("select")
 

Definition at line 129 of file contact.inc.php.

$w extra = '4,8,9,14'
 

Definition at line 156 of file contact.inc.php.

$w label = 'qcode'
 

Definition at line 155 of file contact.inc.php.

$w name = "fd_id"
 

Definition at line 130 of file contact.inc.php.

$w value
 

Initial value:

 make_array($cn,"select fd_id,fd_label from fiche_def where ".
             " frd_id=".FICHE_TYPE_CONTACT)

Definition at line 131 of file contact.inc.php.