The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Date_Holidays - New releases

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stephan Schmidt

Posts: 238
Nickname: schst
Registered: Sep, 2004

Stephan Schmidt is a founding member of PHP Application Tools and a PEAR developer.
Date_Holidays - New releases Posted: Apr 3, 2006 3:27 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Stephan Schmidt.
Original Post: Date_Holidays - New releases
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Stephan Schmidt
Latest Posts From a programmer's best friend

Advertisement
The past weekend Stephan spent some time to fix all filed bugs for Date_Holidays. The result was the release of version 0.15.2. Meanwhile I finally managed to install all the tools on my new MacBook I needed for PHP development. Wasn't that easy because I had a hard time deciding what IDE I should use. Since my old Zend-Studio 3.5 couldn't be installed on the MacIntel and I was not willing to spent the money for the current version I switched over to PHPEclipse. I didn't yet try whether debugging and more advanced stuff works, but it's for free and keeping that in mind it's pretty good (IMO better than the Zend PHP-IDE, at the moment). The switch from ZendStudio to Eclipse wasn't a problem as I develop a lot of Java and like Eclipse very much - it's a great platform. Anyhow, as I coded a bit to test the features PHPEclipse offers I implemented a feature-request for Date_Holidays that allows to create drivers not only by a unique driver-id (until now this was the only way to create a driver):

$driver = Date_Holidays::factory('Germany');

but also by using an ISO3166 country code:

$driver = Date_Holidays::factoryISO3166('de');

as well as:

$driver = Date_Holidays::factoryISO3166('deu');

I published this some minutes ago and the 0.16.0 release can be found at the PEAR package home.

Read: Date_Holidays - New releases

Topic: Amsterdam PHP Conference Cancelled Previous Topic   Next Topic Topic: Zend_Filter Reviewed, Blacklist / Whitelist Filters

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use