well..how can i make that the child class can access the myMain function in the mother class?PHP Code:class mother
{
public void myMain()
{
}
class child
{
public void test()
{
}
}
}
|
Results 1 to 40 of 47
Thread: classesThreaded View
|
Click Here to Expand Forum to Full Width |