gt; >
> > > > >On Thursday 10 January 2002 04:51 pm, Martin Towell wrote:
> > > > >> does this work?? change
> > > > >>foreach ($this->children as $child) {
> > > > >> to
> > > > >>foreach ($this->
gt; > >>foreach ($this->children as $child) {
> > > >> to
> > > >>foreach ($this->children as &$child) {
> > > >>
> > > >>
> > > >> -Original Message-
> > > >>
; >
> > >On Thursday 10 January 2002 04:51 pm, Martin Towell wrote:
> > >> does this work?? change
> > >>foreach ($this->children as $child) {
> > >> to
> > >>foreach ($this->children as &$child) {
> > >>
t; >>foreach ($this->children as $child) {
> >> to
> >>foreach ($this->children as &$child) {
> >>
> >>
> >> -Original Message-
> >> From: Ken Kinder [mailto:[EMAIL PROTECTED]]
> >> Sent: Friday, January 11, 2002 10:44 AM
>
t;> -Original Message-
>> From: Ken Kinder [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, January 11, 2002 10:44 AM
>> To: [EMAIL PROTECTED]
>> Subject: [PHP] Specific References Incident
>>
>>
>> I have one specific incident I could use some help wit
his->children as $child) {
> to
> foreach ($this->children as &$child) {
>
>
> -Original Message-
> From: Ken Kinder [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 11, 2002 10:44 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Specific References Incident
does this work?? change
foreach ($this->children as $child) {
to
foreach ($this->children as &$child) {
-Original Message-
From: Ken Kinder [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 10:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Specific Reference
I have one specific incident I could use some help with too. I have the
following method:
function validate() {
if ($this->returning) {
$errors = array();
foreach ($this->children as $child) {
$child->error = "Foo";
$error = $child->validate();
if (
8 matches
Mail list logo