stofdoctrineextensions Questions
2
Solved
I'm trying to translate some fields of my entity and I have the following error when I'm try create an object...
<?php
namespace XXXX\Entity;
use Gedmo\Mapping\Annotation as Gedmo;
use Doctri...
Stramonium asked 25/6, 2014 at 9:56
3
Solved
Im using Symfony 3.1 + Doctrine GEDMO extensions (via StofDoctrineExtensionsBundle). I've set my entity to have Sortable behavior:
<?php
namespace AppBundle\Entity\Manual;
use AppBundle\Entit...
Towline asked 19/11, 2016 at 10:51
3
Solved
I'm using sluggable behavior in my Symfony2 project, but now I would like to make many slugs for one page, based on different texts (current title, old title(s), users text from form input), and ke...
Yuletide asked 1/9, 2013 at 8:38
4
Solved
I have just installed the doctrine extensions to use Sluggable.
I make this :
composer.json
"stof/doctrine-extensions-bundle": "1.2.*@dev"
AppKernel.php
new Stof\DoctrineExtensionsBundle\Sto...
Boxcar asked 17/10, 2014 at 13:39
2
Solved
My boss installed this bundle for the softdelete filter, but the documentation is beyond sparse. How do I use this in my delete queries?
Peggiepeggir asked 21/5, 2013 at 12:50
4
I'm on symfony 2.6.3 with stof Doctrine extension.
TimeStampable and SoftDeletable work well.
Also Blameable "on create" and "on update" are working well too:
/**
* @var User $createdBy
*
* @...
Stringboard asked 2/2, 2015 at 10:8
1
I want to log all changes of an entity. I looked into Loggable doctrine extension as provided by the StofDoctrineExtensionsBundle.
I got it working for fields that store simple data, e.g. string a...
Megilp asked 23/7, 2014 at 11:2
1
© 2022 - 2024 — McMap. All rights reserved.