PHP iCalendar and Simple Test
- Published November 29th, 2005 in Free Software, AJAX, PHP
Two interesting PHP utilities. PHP iCalendar parses iCal files (same as Apple’s iCal) and provides you with a simple yet useful utility to modify them. It would improve a lot though if some AJAX techniques were implemented. Take my tip ;-) As for Simple Test it’s a unit test case application like PHPUnit but allows you to do group tests, ie, use variables and objects from methods (functions, I mean.. :-) prior to the one currently running. I touched this subject some time ago..




Yeah I think PHP iCalendar is great but it certainly could do with some AJAX