News Feed
Jobs Feed
Sections




News Archive
Dave Marshall:
Silex Controllers as Services
October 03, 2012 @ 09:36:15

Dave Marshall has written up a post about how he uses Silex controllers as services that allow him to define his controller methods in separate classes with a custom resolver.

There's currently a pull request in the queue for Silex that adds a cookbook entry for using controller classes, but I wanted to take it a step further and have my controllers as services, much like what's possible with the full symfony framework (See Richard Miller's post for further reading).

He includes some example code showing the creation of the Silex application with a service definition, the custom "ControllerResolver" to override the default and a simple controller class ("PostController") that just returns a JSON response. You can find the full example code for it on github.

0 comments voice your opinion now!
silex controller service resolver class tutorial microframework


blog comments powered by Disqus

Similar Posts

Symfony Blog: Making Jobeet (Advent 2008)

MakeBeta Blog: Scraping Links With PHP

NETTUTS.com: How to Build a Shopping Cart using CodeIgniter and jQuery

DevShed: Creating an RSS Reader Application

Sebastian Göttschkes: symfony2: Testing secure pages


Community Events











Don't see your event here?
Let us know!


language introduction development release zendframework2 code podcast database unittest composer community interview functional phpunit framework series opinion example testing api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework