Page 1 of 1

School Database

Posted: Wed Apr 07, 2010 1:13 pm
by xionhack
Hello. I am trying to make a web application for something that works as a school. The points are:

The students can become teachers later on. There are only 20 subjects that the teacher should teach. I want to record, which of those subjects can the teacher teach, and for the students, which subjects have they studied, with who, and which other subjects they have to study.

I am new at object oriented programming, so I was trying to do it with classes so I could learn more, but I think Im not doing it correctly. Can somebody explain to me which approach should I take? Thanks!

Re: School Database

Posted: Wed Apr 07, 2010 3:11 pm
by requinix
Do you have the database set up? Having that makes object-oriented design a bit easier.
(Same could be said for the reverse.)

Re: School Database

Posted: Wed Apr 07, 2010 4:55 pm
by xionhack
I made them, but im not sure if they are done the best way