>DansTonCode();

Tous les codes sources "Mais pourquoi ?"page 47

PHP
 17 Mai, 2013 à 16:25
#15
<?
function integrationGoogleMaps(&$gmaps)
{
    $gmaps=false;
    if(isset($GLOBALS["GOOGLE_MAPS"]) && $GLOBALS["GOOGLE_MAPS"]!="")
    {
        if(!function_exists($GLOBALS["GOOGLE_MAPS"]))
        {
            ?></head>
            <body><?affMessageErreur("fonction de carte ".$GLOBALS["GOOGLE_MAPS"]." inconnue")?></body></html><?
            endPage();
            exit();
        }
        else
        {
            $GLOBALS["GOOGLE_MAPS"]();
            $gmaps=true;
        }
    }
}
?>
PHP
 15 Mai, 2013 à 23:10
#11
<?
if($test == true) {
  return true;
} else if($test == false) {
  return false;
}
?>
PHP
 07 Mai, 2013 à 11:48
#7
<?php

Class Aire {

function Aire(){
        $this->_validation = new ValidationManager(
            new Aire,
            new Aire
            );
    }
}

?>