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