developers conference

OSDC is here! - James McLean

Planet PHP  Sun, 11/30/2008 - 18:28

Been a while since I posted here, but I thought this was worthy of a mention: Tomorrow the Open Source Developers Conference (OSDC) begins in Sydney - and I’m quite nervous :)


 

Speaking at OSDC 2008 - Sebastian Bergmann

Planet PHP  Sun, 07/27/2008 - 23:00

 Sydney

I am happy to announce that I will be speaking at OSDC 2008 later this year.

Type-Safe Objects in PHP

Out-of-the-Box, PHP does not support the declaration of a type for the attributes of a class.

This can lead to problems when you expose a PHP class as a Web Service and want to automatically generate the WSDL from the class' sourcecode, for instance.