Eine super CheatSheet-Serie von DZone ist die Getting Started … diverser Autoren:
Sie gibt es über ColdFusion 9, agile Programmierung, Selenium, |
foreach
$theFiles = [‚cs‘,’js‘,’php‘]; foreach ($theFiles as $ext) $theFile = __DIR__ . ‚/domains/‘ .CLIENT_DOMAIN .‘.‘ .$ext; if (file_exists($theFile)) require_once $theFile;