Hello, I have a problem when it comes to extracting data from an array.
$data = array();
$data["usuario_pantallas"] = $this->usuario_pantalla->usuario_pantalla();
print_r($data);
And when I print it, this is what I get
Array ( [usuario_pantallas] => Array ( [0] => stdClass Object ( [id_pantalla] => 1 [id_tipo_usuario] => 1 ) ) )
As I save the display_id and the user_type id separately in a variable