This class can generate a fully customizable calendar in HTML that can integrate information of events that happen in certain dates with the details stored in a MySQL database table.
It outputs the calendar of a given month as an HTML table with possibility to configure the size, colors, font size and titles of the calendar table cells.
It also generates links to allow the navigation between the pages that display the calendar of different months.
This uses a mysql table to access the data and a style script for look. Also allows for month to month navigation.
Additional scripts are provided to edit and present the details of events of the days that should appear marked in the calendar of the respective month. |