zhil
zhil
In order to generate fixtures from live data in symfony2 I use trappar/AliceGeneratorBundle and code like ``` $fixturesContext = FixtureGenerationContext::create()->setMaximumRecursion(2); $fixtureGenerator = $this->get('trappar_alice_generator.fixture_generator'); file_put_contents("data.yml",$fixtureGenerator->generateYaml($someEntity,$fixturesContext)); ``` The problem is - when...
[ are not escaped in string property value. Sample code ```
WIP - added ability to limit doctrine collections - #10
PRs are not merged for a years (personally I am waiting for #209) Is this repo dead? Any suggestions for live fork?
I setuped test heroku instance Each time I load it - I get items in random order
if you select item, click on tab, than on shift+tab - it doesnt moved to the previous position, byut placed above it  Also tab not always works. After some...
I am trying to implement file upload behavior based on cookbook http://symfony.com/doc/current/cookbook/doctrine/file_uploads.html Just an idea - it would be nice if somebody could integrate that code into extension. Something like...
I have pretty complex structure on the website - Header (not sticky), large subheader (sticky), content col + sidebar (sticky), footer. I almost did it, except footer is overlap sticky...