php get values from object array code example
Example 1: object values to array php
array_values(get_object_vars($object));
Example 2: get data from stdclass object php
$var = $this->db->get_where();
array_values(get_object_vars($object));
$var = $this->db->get_where();