Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 18th, 2010 | Syntax: PHP | Size: 0.09 KB | Hits: 63 | Expires: Never
Copy text to clipboard
  1. foreach ($stuff as $s)
  2. {
  3.         echo $s->name;
  4.        
  5.         if ($s->something)
  6.                 do($s->something);
  7. }