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.
Against the backdrop of this problem statement, this session will make...