Hello,
on 01/07/2005 08:41 PM Phillip S. Baker said the following:
Greetings All,
I have the need to find a calender class/script. What I am trying to do is have a view by month calender that lists all classes for the month. People can see the names of the classes in the month display and then click on the link and get the detailed information about the class through this view.
We have a custom look for the class descriptions and such so I do not need the whole standard calendar stuff that is often out there. Just the main calendar feature that will allow me to pull records from a MySQL DB and let me create links to the appropiate pages that I am coding.
The database with the classes is already in place. So I am just looking for a view events by month class or script that I can use and plug into the DB I already without having to build this thig from scratch.
Is there anyone that already has something that I can use or can you point me to something on sourceforge or phpbuilder or some other site I am not aware of.
If you are looking for ready to use PHP components, you need to look in the right place: PHP Classes repository.
Here you may find a generic calendar class. You just need to create a subclass to customize it to present any events in the month calendar table cells. An example of customization subclass is provided to demonstrate how to do it.
http://www.phpclasses.org/calendargenerator
Here you also find another calendar solution with separate scripts for customizing the presentation of events detailed in a MySQL table:
http://www.phpclasses.org/jcal
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php