propel-bundle/Request
kphoen b54cf4ab3f Modified the PropelParamConverter to allow CamelCased parameters
Currently, parameters like "author_slug" are translated by the param
converter to a "->filterByAuthor_slug()" call. I changed this behavior
and they are now translated to "->filterByAuthorSlug()".
2012-05-21 15:23:34 +02:00
..
ParamConverter Modified the PropelParamConverter to allow CamelCased parameters 2012-05-21 15:23:34 +02:00