Is there an equivilent of c#\'s #region in PHP?
Workaround
- if(true){ // some code }
so you can click on dash to collapse the section. Another possibility:
$region = 'load_parameters'; if($region == 'load_parameters'){ // some code }