Toni Uebernickel

Results 34 comments of Toni Uebernickel

Can you elaborate on this a bit? What are trying to accomplish?

@UFTimmy You are not required to use the session storage, see #21. Using your database directly should solve your issue. Binding the data should set the flow to the respective...

You could do something like this: ``` php

Well, maybe with newer version of the bundle, it's not working anymore. Back then (v2.1.5) it was working perfectly fine (I got this line in production).

Can you provide an installation with the problem? A PR on https://github.com/havvg/symfony-propel-edition would be awesome :)

-1 on the cache:clear - or, if implemented, one should be able to disable that behavior. Imho this alters the behavior of Propel itself, not only the integration into Symfony2...

The fixtures part is what I meant, it's not only the `DataWiper`, but the `AbstractDataLoader` (my fault there). It breaks if you have the `XXXTableMap` still in place, but not...

> The bundle directory is read-only. If you need to write temporary files, store them under the cache/ or log/ directory of the host application. Tools can generate files in...

@c33s You can run this command, to remove those files from your repository; assuming you got all models under a `Model` namespace. `git rm -rf src/**/Model/**/{map,om}` afterwards, you generate the...