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
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to