noalyss Version-9
Variables
contact-summary.php File Reference

Go to the source code of this file.

Variables

 $ac =$http->request('ac')
 
 $cn =Dossier::connect()
 display table of contact, called from Contact::summary More...
 
 $dossier_id =Dossier::id()
 
 $from =$http->request("ac","string","")
 
 $http =new HttpInput()
 
 $idx =0
 
 $url =NOALYSS_URL."/do.php?".http_build_query(["gDossier"=>$dossier_id,"ac"=>$ac,"sb"=>"detail","f_id"=>$contact['f_id']])
 
 endforeach =FaxTo($contact['contact_fax'])
 
 endif
 
 if (!empty( $contact[ 'contact_company'])) =phoneTo($contact['contact_mobile'])
 

Variable Documentation

◆ $ac

$ac =$http->request('ac')

Definition at line 26 of file contact-summary.php.

◆ $cn

display table of contact, called from Contact::summary

Definition at line 7 of file contact-summary.php.

◆ $dossier_id

$dossier_id =Dossier::id()

Definition at line 25 of file contact-summary.php.

◆ $from

$from =$http->request("ac","string","")

Definition at line 9 of file contact-summary.php.

◆ $http

$http =new HttpInput()

Definition at line 8 of file contact-summary.php.

◆ $idx

foreach ( $step_contact as $contact) ( $idx%2==0)? 'even' $idx =0

Definition at line 24 of file contact-summary.php.

◆ $url

$url =NOALYSS_URL."/do.php?".http_build_query(["gDossier"=>$dossier_id,"ac"=>$ac,"sb"=>"detail","f_id"=>$contact['f_id']])

Definition at line 30 of file contact-summary.php.

◆ endforeach

endforeach =FaxTo($contact['contact_fax'])

Definition at line 85 of file contact-summary.php.

◆ endif

endif

Definition at line 43 of file contact-summary.php.

◆ if

if(!empty($contact['contact_company'])) ( empty $contact[ 'contact_company']) =phoneTo($contact['contact_mobile'])

Definition at line 56 of file contact-summary.php.