Hi,
i have a "problem" to understood some things, because MVC/OOP is absolutly new for me.
Let me explain, for example:
I have a table called "Events" with Fields:
Title, Alias, Short Description, Description, CASAID and a Fly with Data from "Date" Table
An other Table called "Dates"
CASAID and Date (they should be filled by a json call from an other server)
Now i will do follow:
Every time i create/edit an Event, the json call should save the data to Date Table. (No Problem for me)
But how to bind the two Tables together? All thinks i try causes in a error ;(
best regards
Markus