symfony1 - How to write a route who accepts parameters from a model and custom parameters -
i want write route accepts kind of url:
controller\:id\action\:param1\:param2
the route should mixed. should accept model doctrine primary key id should accept 2 custom parameters too: param1 , param2
how can achieve in symfony 1.4 ?
Comments
Post a Comment