Open pietropietro opened 2 years ago
From what I understand it is only possible to use the objectBuilder to get an StdClass object instead of an array. Is there a way to mimic mysqli method fetch_object("MyCustomClass") and get back an instance of MyCustomClass? Thanks
objectBuilder
From what I understand it is only possible to use the
objectBuilder
to get an StdClass object instead of an array. Is there a way to mimic mysqli method fetch_object("MyCustomClass") and get back an instance of MyCustomClass? Thanks