website stat

PHP iCalendar and Simple Test

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..


1 Response to “PHP iCalendar and Simple Test”

  1. Sean Bannister
    Published at August 23rd, 2007 at 6:29 am

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