PHP Calendar
This class (once instantiated), displays a calendar on a web page, its highly customizable via CSS, can be used as a control on a form, or simply as part of a navigation system. Rendering firstly happens server-side, but during navigation rendering of the calendar happens without postbacks (if Javascript is enabled else the server takes over) Multiple calendars can be placed on a single page (refer to documentation)
Visit publisher site: PHP CalendarListing Details
- Version:
- 1.0
- Filed in:
-
Scripts / PHP / Scripts & Programs / Calendars
- Submitted on:
- Last Updated:
- Feb 5, 2012
- Publisher:
- Christoff Truter Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Free Non-Commercial
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
What I liked about this code is the fact that it doesn't need a refresh to update the calendar, but it doesn't solely rely on javascript to achieve results, but keeps on working even if javascript is disabled. The included documentation is easy to understand.