On Tuesday 23 December 2008 9:59:40 pm German Geek wrote:
> Merry xmas to everyone! Thanks for the support and fun discussions.
>
> Regards,
> Tim

foreach ($php_general->subscribers() as $subscriber) {
  foreach ($subscriber->holidaysCelebrated() as $holiday) {
    print 'Happy '. $holiday->name() .', '. $subscriber->name() .'!'. PHP_EOL;
  }
}

-- 
Larry Garfield
la...@garfieldtech.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to