Check it now!
Version 1.1.1
Two step install:
pear install -fa XML_Serializer
pear install -f http://www.ahsonline.com.au/Upcoming/Services_Upcoming-1.1.1.tgz
Daniel's collected open source and open data musings as a web developer, project manager and architect in Adelaide.
pear install -fa XML_Serializer
pear install -f http://www.ahsonline.com.au/Upcoming/Services_Upcoming-1.1.1.tgz
2 comments:
Hey- Way to go on using the PEAR package. I agree that it makes things very easy. However, things could be easier for you...
If you add a dependency on XML_Serializer to your package.xml file, the pear installer will be sure that people have that installed before installing you package.
I've also noticed that you're using the @throws docblock element when you're not throwing any exceptions. Since you're actually returning things (Exceptions are something else), that information should really go in the @return item. Feel free to email me if you have any questions.
I know that exceptions are different, and that I'm slightly abusing @throws, but it best fits the error objects I spit out.
I suppose I should fix it, but... lazy!
Also there's an issue on dependancy with XML_Serializer - there's no stable release for it, so you have to force it to install.
If you try to install Services_Upcoming and force all (pear -fa Package) dependances, XML_Serializer chokes - thus, you do XML_Serializer first.
Find me a documentation ubergeek and make them massage my documentation up to scratch :)
Post a Comment