echo __METHOD__ . ' : ' .__LINE__; die;
// now lets add a project and the info provided. $user->projects = new self();
Harro Verton wrote on Saturday 24th of September 2011:// now lets add a project and the info provided. $user->projects = new self();
$user->projects is an array of objects, not an object. So it should be $user->projects[].
It looks like you're new here. If you want to get involved, click one of these buttons!