Guest190829
02-20-2005, 07:01 PM
Okay, so I'm making a hack and I need to use some of PHP OO features
Ie
$contents->title
And some of this is with an array
Ie
$contents[$i]->title
This is where the problem is. When I the page loads I just get
->title
and nothing else....
the $contents[$i]->title is in the templates not the php file. Anyone have any ideas how I can fix this?
Ie
$contents->title
And some of this is with an array
Ie
$contents[$i]->title
This is where the problem is. When I the page loads I just get
->title
and nothing else....
the $contents[$i]->title is in the templates not the php file. Anyone have any ideas how I can fix this?