hi
i'm trying to create a custom display view like event calendar.
My db table named "events" is made by columns : id, date, event_type.
Therefore not all day (date column) have an event, so in the db table is not stored the row with a "empty day".
So in the db table i don't have all sequence of calendar dates.
How can i display a range al dates including the "empty dates" that not appair in my db table ?
I would not insert "day by day" in the table in the there aren't events in some days, because too many rows.
what is the best solution
thanks !
i'm trying to create a custom display view like event calendar.
My db table named "events" is made by columns : id, date, event_type.
Therefore not all day (date column) have an event, so in the db table is not stored the row with a "empty day".
So in the db table i don't have all sequence of calendar dates.
How can i display a range al dates including the "empty dates" that not appair in my db table ?
I would not insert "day by day" in the table in the there aren't events in some days, because too many rows.
what is the best solution
thanks !