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:
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 want to get my template name in my layout.php. please help me <?php $module_name = $sf_context->getModuleName(); ?>
Alright, so this is a question more or less questioning how intelligent this design decision was in a symfony project, rather than a question to get something functioning.
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.
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.
If i will make own link in symfony: http://www.mypage.com/phone/show/id/1 for: http://www.mypage.com/linksone
I want to create thumbnails for 200+ objects with one action in Symfony 1.4. The problem is that thmbnail generation takes place on saving the form.
i\'ve been losing my nerves over it and spent a couple of hours searching here and there, unfortunately to no avail.