Im working on a user registration form that involves 3 different objects, The user, member profile, and member organization. Im trying to embed all these into a single registration form like User > Me
I\'m working on a Symfony 1.4 project with Doctrine 1.x, and functionality that merits using a Doctrie_View (as an interface for native MySQL Views).
Is there any way to run this sql query in Doctrine using symfony ?? $q = \"SELECT a.id as app_id, b.title as gameTitle FROM application a
Is there any way to make this select: SELECT * FROM `sf_guard_user` JOIN `friendship` ON `friendship`.`user_id` = `sf_guard_user`.`id`
This question already has answers here: Closed 11 years ago. Possible Duplicate: Symfony Generator Forms, Doctrine, and M:N Relationships
I created my database and tables using phpMyAdmin. I setup the relations there aswell. I then wanted to get Doctrine 2 to create the YAML files for me by do this command:
In my symfony project, I have a \"complex\" query that looks like: $d = Doctrine_Core::getTable(\'MAIN_TABLE\')
What is the good path for schema.yml in build.php->generateModelsFromYaml(..) ? Project paths : /config
I have been using doctrine with zend in a project without modules. It is working fine. But now I am wor开发者_StackOverflow社区king on zend project with different modules in it. structure is somethin
At the moment, if I do the following, it just generates the schema.yml: ./symfony doctrine:build-schema