I\'m not sure if I am approaching this the right way; looking for some input from the community. I\'m using the following pluggins:
Let´s say I have a schema containing 3 tables: Users,Pages and Followers. An user can follow many pages. The followers table would contain the page_id and user_id.
I\'m working on a symfony project and I need a user access conected to an LDAP server. So I searched for something already done to add to my app and found this plugin that has all I wanted.
I have an admin that uses sfDoctrineGuardPlugin. I also have another table, sf_guard_user_profile, that extends the sf_guard_user table, to include more fields, such as address, age etc
In my current project, I have multiple fixtures files. I would like to assign each files with data related to my tests.
I ha开发者_StackOverflow社区ve a widget defined with a series of checkboxes that is essentially used to build up a bit flag. So I have a DB column \'access_bits\', and I have several checkboxes genera
If I need to Unit Test my actions, how do I do it? Do I need to use 开发者_StackOverflow中文版/test/bootsrap/ for that?Functional tests is what you need to write.
i want to change the color of errors that occour when a form is submitted by users, i set .errorMessage{ color:red }
I have installed sfExtraPluginForm in my symfony and i want to get a rich text editor in my forms but it just shows a sim开发者_高级运维ple textarea.
How can I disable the layout for AJAX module? I have crated the module and tried to add the entry to view.yml referring to the module as ajax:, but it didn\'t work.