I am building a multilingual website with Symfon 1.4/Doctrine, having English language defined as primary.
I\'ve put together a unit testing plugin for Symfony 1.4 that attempts to manage the database automatically, similarly to the way Django\'s test framework does it (destroy and rebuild the database bet
i\'m trying to figure out how to use Doctrin 2 nativeQuery. I\'ve created a simple staff class with the following attributes:
I need to generate a link with a Javascript confirmation dialog using Symfony\'s link_to() method. The confirmation dialog text gets some of it\'s content from a database entry:
i use Symfony 1.4 + sfDoctrineGuardUser. I have timeout set. This working good. User is logout, but SESSION for user isn\'t clear. Where i can this 开发者_Go百科set?
I\'m using Symfony 2 with Doctrine 2 to create a web service(JSON) for an iOS app. To fetch my entity i do:
I have two tables: Articles and Categories. Articles can have a single Category assigned to them. But they don\'t have to have a Category.
this is my database: When I try with mysql this query all goes good: SELECT * FROM privati AS p INNER JOIN richiestepreventivo AS r
am using the sfGuardPlugin and especially the sfGuardGroup table that am using in a many-to-many relation with a \"monitor\" table (the many to many table is called ALERT):
Is there any way to implement a MongoDB/Document/User based authentication on Symfony2 ? Currently on security/providers we have the type \"entity:\" type which depends on doctrine-orm, but obviously