I\'m trying to make a simple example in order to learn how to delete a row from a parent table and automatically delete the matching rows in the child table using Doctrine2.
I\'ve hit a dead end here. When I save any kind of entity in my controller, the password and salt of the user that is currently logged in is blanked out in the database.
Having some problems implementing swiftmaile开发者_C百科r with the new symfony2 beta4, below is my code
In Symfony2, I saw the code like below: if (null === $this->rootDir) { $r = new \\ReflectionObject($this);
I try to build a manyToOne relation for my Symfony2 application with Doctrine2. I get this error and I don\'t know why:
What is the b开发者_开发知识库est way to have an event that fires after a record is inserted in Symfony2 / Doctrine?First, register a service as a Doctrine event listener:
I created a new bundle with app/console. Trying to get a simple hello printed, so I can move on. I autoloaded the namespace, registered the bundle, created a page but Symfony detects an exception:
I\'ve got some troubles when trying to pass an Url as argument in Symfony2. My routing.yml has this pattern : pattern:mark/{date}/{url}
I\'m working on a project based on Symfony2 framework, and I would like to be able to search for Youtube videos and display them. For that, I\'ve been trying to figure out a way to load Zend GData cla
So far I have: $qb1 = $this->getEntityManager()->createQuer开发者_JS百科yBuilder(); $qb1->select(\'s\')