It was php datatyping, I had to do this: (notice the VOCar)
public function outputCar(VOCar $car) {
return $car->model;
}
In case anyone else has this problem, I'm using WebOrb, and sending an
object
to my php service class to add the object properties to a database.
On Apr 20, 10:49 am, Leandro Carvalho <[email protected]> wrote:
> Hi Andrew Malcolm,
>
> Could you copy and past your class here?
> May be you have some problems in your getter and setter functions (or in you
> contructor)
> Did your using constructor?
>
> --
>
> Leandro Carvalho
> Software Engineer
> Doupler & Eventials
> Tel.: +55 (47) 3326 5116
> Progresso Street, 167
> Parque Tecnológico - Blumenau SC / Brazil
>
> --
> NZ PHP Users Group:http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]