//* comment on one line Consider as multi-line
Brought to you by:
xeno42
exemple :
1: assert('!empty($actionName); //* $actionName should not be empty');
2: if($db != null)
3: $this->db =& $db; // give database acces
View source make line 2 and all nexts in grey comment's color.
//* should only comment the end of line 1, in fact it should be comment at all because it's between quote but it not really important.