Re: [PHP] Re: CLASS/Object lifetime - > Solution
roger helgesen wrote: function fyll_sub_konto($pv){ foreach($this->subposter AS $konto=>$kt){ $kontoen=& $this->subposter[$konto]; $kontoen->fyll_fra_post($pv); $kontoen->endre(); } } the line
[PHP] Re: CLASS/Object lifetime - > Solution
function fyll_sub_konto($pv){ foreach($this->subposter AS $konto=>$kt){ $kontoen=& $this->subposter[$konto]; $kontoen->fyll_fra_post($pv); $kontoen->endre(); } } the line $kontoen=& $this->subp