Good evening. My question is the following, I have a menu and in it several options I created a VIEW called queryProducts and I would like that when clicking on query the same was for this screen, but this does not happen, like redirecting pages using the codeigniter since the same uses MVC, below follows image of how the structure is.
Example of how the menu is currently .. Note: I already tried to use base_url without success.
<ul class="dropdown-menu">
'<li><a href="consultaProdutos.php">Consulta</a></li>'
'</ul>'