Your Account
Community
Topics (Sources)
More
|
Total: 5 - Showing 1 to 5
Snippet: Symfony Forms - Definition List Form Formatter
Back in April I posted a Snippet on Symfony Form Formatters. Since then I’...
Added 6 months, 1 day, 23 hours ago
[ 2/ 0]
Back in April I posted a Snippet on Symfony Form Formatters. Since then I’ve done a bit more work with them and thought I’d share my custom form formatter for displaying forms as definition lists. Forms are often marked up as unordered lists, but with their label-input structure I find they often make semantic sense as definition lists....
Join discussion...
Get is_secure of current action
Ever wondered if a currently running action is secure?
Try
$sf_context-...
Added 7 months, 1 week, 2 days, 22 hours ago
[ 1/ 0]
Ever wondered if a currently running action is secure?
Try
$sf_context->getActionStack()->getLastEntry()->getActionInstance()->isSecure()
Join discussion...
symfony: creating individual modular sites with a base configuration
Ok, so a current project i’m working on is rolling out potentially hundreds o...
Added 22 months, 1 week, 1 day, 22 hours ago
[ 3/ 0]
Ok, so a current project i’m working on is rolling out potentially hundreds of sites..
All of these sites are using the same base, but have different configuration, design and data for each one..
A problem has been how to roll all these sites out, while keeping them easy to update with bug fixes and modifications..
Here’s my solution..
Join discussion...
Complex relations population in propel
sfPropelImpersonator plugin let you fetch complex database relations into prope...
Added 22 months, 2 days, 8 hours ago
[ 2/ 0]
sfPropelImpersonator plugin let you fetch complex database relations into propel objects. Every impossible things in propel made easy, do you believe it? are you going to be charmed, or just pass by this new unbelievable system?
Join discussion...
A note about Symfony security faults
Today I quickly went through a few of the other sites listed in developed with ...
Added 22 months, 1 week, 2 days, 6 hours ago
[ 2/ 0]
Today I quickly went through a few of the other sites listed in developed with symfony applications and figured out that both frontend_dev.php and backend_dev.php files are present on most of them, here are only a few samples:
Join discussion...
|