Ahh the problem was that I was using $name1->$name instead of $name1->name
to call the variable.
Thanks though :)
> If line 140 is the $name1->name part, then you probably haven't
> written your constructor correctly to cram 'Toon1' into the name
> field...
>
>
> On Thu, March 8, 2007 11:51 pm, J
If line 140 is the $name1->name part, then you probably haven't
written your constructor correctly to cram 'Toon1' into the name
field...
On Thu, March 8, 2007 11:51 pm, Jeff Taylor wrote:
> Hey all,
> I'm very new to programming and PHP.
> I want to pass instances of a class through an array, an
On 3/9/07, Jeff Taylor <[EMAIL PROTECTED]> wrote:
Hey all,
I'm very new to programming and PHP.
I want to pass instances of a class through an array, and then use a
foreach
later to grab details of each class at once... but it returns a fatal
error
Code:
$me = new Toon('Toon1','1')
$him = new
Jeff Taylor wrote:
Hey all,
I'm very new to programming and PHP.
I want to pass instances of a class through an array, and then use a foreach
later to grab details of each class at once... but it returns a fatal error
Code:
$me = new Toon('Toon1','1')
$him = new Toon('Toon2','0')
$character
Hey all,
I'm very new to programming and PHP.
I want to pass instances of a class through an array, and then use a foreach
later to grab details of each class at once... but it returns a fatal error
Code:
$me = new Toon('Toon1','1')
$him = new Toon('Toon2','0')
$characterListing = array($me,
5 matches
Mail list logo