| Typ | Titel | Speaker |
|---|---|---|
![]() |
Service Component Architecture (SCA) for PHP | Peters |
![]() |
Time = Money - Date and Time with PHP | Rethans |


SCA aims to make it possible for a PHP programmer to write resuable components, which can be called either locally, or remotely via Web Services, with an identical interface and with a minimum of fuss. It generates WSDL as needed from annotations within the script, and resolves dependencies between components at runtime. Deploying a Web Service can be as simple as dropping a PHP script into Apache.


Unfortunately time is not the same all over the world. There are differences with the representation of dates and times, timezones, daylight savings and sometimes time and people might even use a whole different calender. PHP 5.2 introduces new date and time handling functionality that allows a developer to use dates and times in a a powerful way. This session covers all the new functionalities and features.