hi folks,

i want to create a course app that have table room, teacher, student, 
course and class. in table class have reference to table room, teacher, 
student, course and also have the field :
* field duration that contain duration of the class for example :
- 3 months
- 1 months
* field schedule that contain date and time and depend on the duration 
field above for example :
for 2 months class
- in wednesday 3-4-2013 20:00 - 21:00, 10-4-2013  20:00 - 21:00, 17-4-2013 
 20:00 - 21:00, 24-4-2013  20:00 - 21:00, 1-5-2013  20:00 - 21:00, 8-5-2013 
 20:00 - 21:00, 15-5-2013  20:00 - 21:00, 22-5-2013  20:00 - 21:00
- in friday 5-4-2013 20:00 - 21:00, 12-4-2013  20:00 - 21:00, 19-4-2013 
 20:00 - 21:00, 26-4-2013  20:00 - 21:00, 3-5-2013  20:00 - 21:00, 
10-5-2013  20:00 - 21:00, 17-5-2013  20:00 - 21:00, 24-5-2013  20:00 - 21:00

what is the web2py efficient way to achieve it? especially in class table.
thank you very much before

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to