Tengo un problemilla: ¿Cómo puedo mandar un ArrayCollection a WebORB PHP?
Resulta que tengo dos clases con varios atributos pero una clase tiene un atributo que es un ArrayCollection. En PHP lo declaro como array();. Tengo entendido que el paso de parámetros tienen que ser como String (corregidme si me equivoco).
Cuando intento mandar el objeto con el ArrayCollection incluido, el WebORB me da un error de Channel disconected.
Reviso con el Charles y me muestra un par de errores:
Código :
<b>Fatal error</b>: Call to a member function newInstance() on a non-object in <b>(...)Weborb\Reader\AnonymousObject.php</b> on line <b>77</b><br /> <br /> <b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer in <b>(...)Weborb\Security\ORBSecurity.php</b> on line <b>169</b><br /> <br /> <b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer in <b>(...)Weborb\Security\ORBSecurity.php</b> on line <b>173</b><br /> <br /> <b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer in <b>(...)Weborb\Security\ORBSecurity.php</b> on line <b>193</b><br /> <br /> <b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer in <b>(...)Weborb\Security\ORBSecurity.php</b> on line <b>198</b><br /> #12<br /> <b>Catchable fatal error</b>: Argument 1 passed to ObjectHandler::resolveObject() must be an instance of ReflectionClass, null given, called in (...)Weborb\Handlers\ObjectHandler.php on line 45 and defined in <b>(...)Weborb\Handlers\ObjectHandler.php</b> on line <b>58</b><br />
Un saludo
