Planet eZ publish
The Workshop will prepare you for developing web applications with PHP5 and the DB2 software. The workshop will focus on PDO and ibm_db2, and will present new ideas on how to fully utilize the ibm_db2 extension. The workshop is finished off with the construction of a real-life PHP apllication where ibm_db2 is used.
The event will be at the end of May (the 30th and 31st) and will be happening in Dusseldorf. The cost starts at 950 EUR and you can sign up on the IBM Training site.
That's why in this article I'm going to take you through the necessary steps to properly handle dates and times. First we'll have a look at the problem, and after that we'll go through the steps necessary to solve it.
Whenever you create a PHP script, there's a big chance it'll involve handling dates and times, when for example you need to create a content management system or an event tracker. Handling dates and times in your scripts doesn't sound so hard, after all, it's just a few numbers to track, but in reality this is actually much harder than you think. In fact, using dates and times can be one of the most challenging tasks to do, especially if you want to do it properly.
They walk you through a sample of using a GMT timestamp, how to store the timestamps in the MySQL database, and a wrap-up that includes a class with the date/time handling code they've built up in the course of the article.
PEAR's Image_3D package is an object-oriented interface for creating three-dimensional (3-D) graphics in a variety of formats, including PNG and SVG, two image formats with increasing support by modern Web browsers. Find out how to use the Image_3D package, learn the limitations of using dynamic 3-D images, and investigate solutions and practical applications of 3-D graphics.
PHP, a language originally intended for Web development, has been used for years to manage dynamic Web sites and database applications. Extensions to the language available through the PHP Extension and Application Repository (PEAR) have allowed developers to take the language in new and interesting directions.
You'll have to log in to get at the actual tutorial, but it's full of good info and code to get you started. You'll need a bit of knowledge of object-oriented programming to really get a handle on it, and a shell prompt (Windows or Linux) will be needed to run some of the examples.
If you're interested in PDO and haven't had the opportunity to see me give this talk yet, please consider trying to get to one of these conferences. My talk covers the design decisions behind PDO, suggests some best practices for using it, highlights portability concerns (particularly because PHP programmers have been "dummied down" by the older mysql client library API) and more.
I'll be giving my "usual" PDO talk at both MySQL Users Conference 2006 and OSCON 2006 (the MySQLUC version of the talk will have a MySQL focus).
Wez is a very active member of the PHP community and has has been a large promoter (and coder) for the PDO project.
Thinking about what might be of interest to you readers out there, I came up with the idea to summarize what happend last week in phpworld. it's quite interesting that there were some summaries of most relevant mailingslists around at Zend - and that there is a new weekly summary for the Zend framework, but no one ever made a weekly digest of what was relevant in phpworld "the last week". So, all you readers out there, tell me if you like it, then there will be some continuation...
Some of the items mentioned include the release of PHP 5.1.3RC2, Thomas Boutell's move away from developing the GD library for PHP, and several new tutorials.

The biggest news this week is the release of the eZ publish 3.8 Beta1. Also, read about a new tutorial that shows how to parse mail with the eZ component's Mail library.
FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including an error console, command line, and a variety of fun inspectors.
