in reply to Re: basic inheritance question
in thread basic inheritance question
You should also add a "1;" at the end of each class (Although your code works without that).
Thats because its not needed. You only need the 1;s at the bottom of files that are going to be use()ed.
|
|---|