I've already written a PHP controller, but I'm rewriting my code so I can have Backbone Router-like JSON routes that map URI patterns to PHP Class::method combinations, or directly to HTML documents which are then delivered to the client, like so:I've already written a PHP controller, but I'm