When using the ACL implementation in Symfony2 in a web application, we have come across a use case where the suggested way of using the ACLs (checking a users permissions on a single domain object) be
Sometimes the command to publish the assets deletes all of them (directly form the bundle!!) instead of copying/symlinking them.
I am a newbie in PHP Frameworks and would like to share/discuss some experience with you guys. Getting straight to the point, what I understand till now (from a newby stand of point is this):
I would like to call a php file directly from javascript in my SF2 application without routing/controllers.
I\'m actually developping a symfony 2 bundle. I would like to allow user to configure my bundle with the DIC without checking some part of the bundle configuration.
I am trying to integrate TwitterBundle into my simple application to allow users to login via Twitter. I cannot find any documen开发者_如何学Pythontation on how to integrate this into the security com
I have a Symfony2 project with its own database, and now I want to connect to another database (another project) so I can modify some tables.
In Symfony2 RC3, I am trying to create a related entity on a User object (FOSUserBundle) at the point of user creation so that I can display the appropriate fields on an edit profile form. I am doing
I use the FacebookBundle to authenticate users in my Symfony2 application. However, I would like to create functional tests with phpunit which uses an authenticated user.
Just giving Symfony a test-drive, and I\'m really falling for Netbeans.Seems like a good combo, although I\'m a rookie with both.