Ich mache es wie Basti:
PHP-Code:
<?php
$iNumRows = 42;
$fFactor = 3.24;
$sLabel = 'Something';
$bIsValid = true;
$aRoles = array('array_key' => $mFoo);
$cMode = DEBUG;
$mFoo = ? (mixed/unknown)
$DaoFactory = new DaoFactoy();
?>
Nur das ich noch Sachen, wo irgendwas mit mySQL vorkommt, zusätzlich markiere:
PHP-Code:
<?php
$myAbfrage = mysql_query(...);
?>