-
I saw this issue elsewhere but not the answer.
I think I configured correctly Doctrine Extensions with ZF2 as **Timestampable is working fine**.
But I can't find why Loggable fails with the following …
-
Considering OSIV/OEMIV is widely considered an anti-pattern, `OpenEntityManagerInViewInterceptor` should IMO not be enabled by default. Rather than that it should be opt-in.
If this proposal isn't ac…
-
After updating to Symfony 3.3, tests using the REST module started throwing the following error:
`PHP Warning: Uncaught PHPUnit_Framework_Exception: Object of class Symfony\Component\VarDumper\Clone…
-
**Symfony FOSUserBundle versions**:
composer info
```
behat/transliterator v1.1.0 String transliterator
composer/ca-bundle 1.0.7 Lets you find a path…
-
This is a (multiple allowed):
- [x] feature-discussion (RFC)
- CakePHP Version: 3.2.3
### What you did
Wanted to explain where to put validations and why.
### Expected Behavior
For the ORM model val…
ionas updated
7 years ago
-
Context: Trying the symfony 3 framework for the first time, downloaded the installer from the main site and everything was working fine, then I ran composer update based off the default configuration …
-
```
public async Task UpdateRoles(List roles)
{
User user = await GetCurrentUser();
if(roles == null)
{
return;
…
-
#### What are you trying to achieve?
I'm trying to use acceptPopup or cancelPopup from Codeception WebDriver to cancel or accept a popup in an Acceptance test.
#### What do you get instead?
The …
-
If a setter method has an optional parameter Doctrine will simply ignore it in the generated classes thus generating a warning:
> Declaration of A::setId(int $id) should be compatible with B::setId…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Symfony version | 3.2.2
I have updated my…