I keep having new questions so I'm starting this thread to neatly keep them all together. That's ok, I think? I hope I'm not asking too many questions :eek:
What I'm wondering right now is if I make a class--let's say User--and put it in a file--user.class.php--should any children of that class go in that file or should they have their own? Like Login could extend that class, Signup could, etc. Should they be in login.class.php and signup.class.php, respectively?

