Tag: json
-
Delegate Rendering in Symfony
Warning: pretty advanced Symfony ahead: if you’re not familiar with the framework, this wouldn’t make sense. I recently developed a bare-bones API for Mobshare (it’s not yet live), and to keep everything clean, I abstracted away the rendering bit from the controller to an external class. It ended up being a sweet solution, so here […]