Ok, im trying to design a template system (very basic atm and please dont recomend anyas i am making my own).
Now i think ive done everything right but i am getting the following error:
Now this is the following code i have:Fatal error: Call to a member function on a non-object in C:\apache2triad\htdocs\cms\test.php on line 79
skin/1/skin_test.php
now in test.php i have:Code:class skin_test { function some_text() { echo <<<HTML blah HTML; } }
I then go down a little (into a function) and i global $html and then i have:Code:include("skin/1/skin_test.php"); $html = new skin_test;
If anyone could point out what i am doing wrong, because i surly can't find it. Thank you very much.Code:$html->some_text();


as i am making my own).





Bookmarks