Im getting a
Fatal error: Call to a member function on a non-object in /home/test.php on line 50
line 50 is this
if ($block->get("Block_ID")){
is there something i have to do to my functions or something? im confused as hell
thanks
oh yeah.. its all done object oriented which im just starting to work with so i apologize if this is a stupid question.
One, make sure you have included the definition of the class somewhere. After that if you're still getting the error the function is not defined in that class. But that's all there should to be to that error.
showing your code would make it easier to help.