I'm trying to display a view
data coming from the database, when I tried to run the following message appeared:
Um erro encontrado Não foi possível carregar o arquivo solicitado: produtos / lista_tabela.php
products = name of my folder table_list = name of my view
and no controller:
$this->load->view("produtos/lista_tabela", $dados);
What could be causing this problem?