On Wed, 2009-05-06 at 12:56 +0200, Marcus Gnaß wrote: > Tom Worster wrote: > > there's a control structure i wish php had: a simple block that you can > > break out of, e.g. > > > As Maarten pointed out you could use a function. Another alternative is > to use Exceptions which might be the most proper way to do it. That seems like an abuse of exceptions. But then we're already abusing loops. I just don't think one could say it's the proper way to do it :) Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php