PDA

View Full Version : MySQL table referencing another table


meld84
12-22-2007, 02:13 PM
Before I buy, I have a question regarding the database aspect of the calendar. I have a site that lists available classes (www.sewetc.com). The table that stores the classes has more fields than the Easy PHP calendar table. What I want to do is have a table with class info (ex. name, instructor, description, price), and have the calendar table reference that table with an ID. So all the class date info would be in the calendar table (calendar_epc), and it would have an ID which would reference the class info in another table.

Is it possible to do this with the Easy PHP calendar? If not, is it possible to add fields to the calendar_epc table and have the info in those fields show up in the rollover mode?

Thanks!

ve9gra
12-22-2007, 02:16 PM
The code for the calendar is encrypted and not modifiable so it is unlikely that you'd be able to make use of any table modifications you'd do.