Commit graph

10 commits

Author SHA1 Message Date
Toni Uebernickel 4db28b7bbd introduce Propel\Bundle\PropelBundle namespace 2016-01-23 21:41:17 +01:00
Arron Bailiss 3c1bbbde89 Small typo fix 2013-05-24 16:32:59 +03:00
William DURAND 53cba04c23 Fix CS 2012-11-05 14:00:31 +01:00
Adel 4219e706d4 RUN PHP-CS PSR-2 2012-07-19 17:40:35 +01:00
William DURAND 6970913db9 Fixed CS 2012-05-24 16:36:46 +02:00
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
William DURAND c23c76883d Fixed security layer for Symfony2 2.1 2012-04-20 15:49:28 +02:00
William DURAND ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
jaugustin 75bef0beb6 [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
jaugustin f53e2332c5 add test for paramconverter, fix issue with paramconverter findOneByXXX 2011-09-23 11:07:49 +02:00