Hello everybody,
I would really appreciate, if somebody could take a look on the source code of the Active Calendar (LGPL), an XHTML Calendar generator PHP Class, published on : freshmeat.net

The package includes the class file, some examples and the documentation files. Any comments and suggestions would be very much appreciated!

You can download the package here:
- activecalendar.zip
- activecalendar.tar.gz

Here is a descripion of my class (version 0.9):

Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with navigation controls, a date picker control, event days with event URLs, and linkable days (optionally URL or Javascript). The layout can be configured using CSS, and JavaScript is not required. The supported dates (on systems using a 32-bit signed integer Unix time_t) are: 1902-2037 (Unix) and 1971-2037 (Windows), when using the default PHP native date functions, and 100-3000 and later, when using the ADOdb Date Library.

Thank you very much for your time!

Regards
giorgos

    Write a Reply...