Flex + PHP + ValueObjects
- by Tempname
I have a php/flex value object that I am using to transmit data to/from in my application. Everything works great php-flex, but I am having an issue with flex-php.
In my MergeTemplateService.php service I have the following code. This is the method that flex hits directly:
function updateTemplate($valueObject){
$object =…