Posted
over 12 years
ago
by
Benjamin Grandfond
|
Posted
over 12 years
ago
by
Pierre-Henri Cumenge
|
Posted
over 12 years
ago
by
[email protected] (Chris Sedlmayr)
|
Posted
over 12 years
ago
by
Tom Maaswinkel
Soon after writing my previous blog, where I described a way to speed up the rendering of entity dropdowns, I received lots of feedback about better and nicer ways of doing this. All the suggestions where the same: use a custom form type and a
|
Posted
over 12 years
ago
by
Kévin Dunglas
|
Posted
over 12 years
ago
by
Tobias Sjösten
|
Posted
over 12 years
ago
by
|
Posted
over 12 years
ago
by
Tobias Sjösten
Per default Symfony2 will store session information in its cache directory. Clearing the cache thus logs everyone out. A simple solution to this is moving where Symfony saves its sessions. We can do this by configuring the framework bundle via our
|
Posted
over 12 years
ago
by
Christian
|
Posted
over 12 years
ago
by
pece
As Symfony (2.0) doc is not very clear on this subject, I spent some time to help a colleague on the following question : How to make HTTPS port different from 443 ? Of course it's possible, and this is a simple configuration option in app/config.yml : framework: ... # router configuration router: ... http_port: 81 https_port: 1443
|