Great, Thanks ;) 

Anthony HEBERT 



----- Mail Original ----- 
De: "MoYo" <[email protected]> 
À: [email protected] 
Envoyé: Mardi 21 Juin 2011 09:34:54 
Objet: Re: [Glpi-dev] Standard Coding 

hi, 

I do not think it was a problem even it is not a standard in GLPI. 

Regards 

Julien 


Le 16/06/2011 11:07, Anthony Hebert a écrit : 


Hello all, 


Concerning the CodingStandards, there is nothing concerning the heredoc string 
syntax. 


This syntax is commonly used to show output multiple lines with html tags. 


Example : 


$str = <<<EOD 
bonjour $prenom $data['nom'], bienvenue à {$city}-Ville 

EOD; 



echo $str; 




It is not specified, so, is there any conflict if I type such string vars? 
_______________________________________________
Glpi-dev mailing list [email protected] https://mail.gna.org/listinfo/glpi-dev 

_______________________________________________ 
Glpi-dev mailing list 
[email protected] 
https://mail.gna.org/listinfo/glpi-dev 
_______________________________________________
Glpi-dev mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-dev

Reply via email to