Displaying 1 result from an estimated 1 matches for "start_stat".
Did you mean:
start_sti
2006 Mar 29
1
Query a timetable (cute solution?)
I am developing app which needs to query a timetable. The user specifies
where they want to go from (start_station) and to (end_station) and the
time (start_time) they wish to leave.
My models are as follows:
Provdier -> Service -> Run -> Stop <- Station
-> = has many
Provider = Bus Company
Service = eg. Number 10 bus
Run = Column on timetable
Stop = Cell on timetable
Station = Row on time...