Thank you for your responce. I am slowing convincing myself that I am the only idiot writing php code. First of all let me say thanks for thar URL. Somone else has pointed me in that direction. Using that "relflections" page ( or whatever its called )I cant find for the life of me the answer to the follwoing question.
What is the diference between
class Test {
}
and
class Test extends Object {
}
What does this class Object contain/have.
I think its called an Object signature i.e. defenition