Archive for April, 2011

State of amfPHP

http://www.silexlabs.org/the-blog/fr/2011/04/state-of-amfphp/

Pin It

Error Routing for AS3, a kind of design pattern and some code

There’s this piece of code I keep on using, I thought I could share it here. The idea is to keep the displaying of error messages separate from their generation. The error router is a singleton that can be used to separate error generation from error display. Code generating an error can call ErrorRouter.getInstance().notifyError(errorData) A […]

Pin It