Es soll wohl einen AJAX Wizard in Eclipse geben. Auch wenn ich mir nicht so richtig vorstellen kann, wo da ein Vorteil liegt. Na mal schauen.
foreach
$theFiles = [‚cs‘,’js‘,’php‘]; foreach ($theFiles as $ext) $theFile = __DIR__ . ‚/domains/‘ .CLIENT_DOMAIN .‘.‘ .$ext; if (file_exists($theFile)) require_once $theFile;