get_object_vars() belongs to a very handy set of functions for querying object properties.
Be aware, though, that some properties are objects representing foreign key relationships. These objects might be empty for performance reasons unless you have accessed them prior to querying for the properties using get_object_vars.
Hello,
I don't think that QCubed offers that. Although there is a PHP function which might help you:
<?php
array get_object_vars ( object $object )
?>
http://php.net/manual/en/function.get-object-vars.php
get_object_vars() belongs to a very handy set of functions for querying object properties.
Be aware, though, that some properties are objects representing foreign key relationships. These objects might be empty for performance reasons unless you have accessed them prior to querying for the properties using get_object_vars.
Cheers
Helge
this could help
http://qcu.be/content/how-make-qq-query-return-array-instead-object