top | item 7817149

(no title)

andrewryno | 11 years ago

Yeah I don't understand the use of statics here. I'm going to guess it's just so they can use the "nicer" syntax without having to instantiate a new object, which would honestly make more sense to me. That way you can inject a Link instance into your controller/views and just call `$link->route('namedRoute')`.

discuss

order

insky|11 years ago

It looks tidier with the global.