Message from discussion
Changing state when adding relation
MIME-Version: 1.0
Received: by 10.100.6.16 with SMTP id 16mr2126178anf.8.1247082311817; Wed, 08
Jul 2009 12:45:11 -0700 (PDT)
Date: Wed, 8 Jul 2009 12:45:11 -0700 (PDT)
In-Reply-To: <67a6c230-42e4-4604-b070-ef864098c195@i6g2000yqj.googlegroups.com>
X-IP: 75.147.226.84
References: <67a6c230-42e4-4604-b070-ef864098c195@i6g2000yqj.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1)
Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Message-ID: <7320691b-af57-4b68-8e53-b9732b621807@q11g2000yqi.googlegroups.com>
Subject: Re: Changing state when adding relation
From: Jeremi <jere...@gmail.com>
To: doctrine-user <doctrine-user@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Well maybe that doesn't matter in the issues that I'm having.
I have:
$a->b->c->d->Items[] =3D $e;
$a->save();
is not saving the new items and assigned them to $d;
On Jul 8, 3:30=A0pm, Jeremi <jere...@gmail.com> wrote:
> If I have a model loaded from database, $a, and I add another model to