although I read through the manual here: http://www.doctrine-project.org/documentation/manual/1_2/hu/hierarchical-data
From this page: http://www.doctrine-project.org/documentation/manual/1_2/en/working-with-models#dealing-with-relation开发者_JAVA技巧s:creating-related-records
Can someone give a demo? I\'m using MySQL,but the idea should be th开发者_如何学编程e same! EDIT
I\'m using Symfony 1.4 with Doctrine. I\'m saving text as MySQL text type (Doctrine \"array\" type) into the database, and it goes in clean & correct.
I\'m building a webapp with symgony1.4 and doctrine1.2, and I wanna use the sfDoctrineGuardPlugin, but I have a little problem.
I need a one-to-many relationships for my sf 1.4 + doctrine 1.2 project. I copied the relation just like this:
I just started to use symfony 1.4 and Doctrine. (Used 1.0 - 1.2 + Propel a lot before). I thought to give Doctrine a try, because of the fast and huge
I have a starts_at field that keeps a timestamp with the moment something starts. Also, I have another field seconds_long that represents the amount of seconds that the event lasts.
I am getting stuck with this Symfony command after following the Jobeet tutorial on their site. After running the build model command, here\'s what I get:
I have a staging and development environment on the same machine. I would like to configure a different memcached port in ProjectConfiguration.class.php depending on my environment. I imagine its not