I know it must have to do with my controller and view, but it seems I have everything in place according to the examples.
I shrunk it down to a very simple set of code just to try to get things loading the page.
--------------------------------------------------------
/controllers/admin.php
class QUESTIONS_CTRL_Admin extends ADMIN_CTRL_Abstract{ public function index() { }}
--------------------------------------------------------
/view/controllers/admin_index.html
<div class="ow_automargin ow_superwide"><b>Got here!</b></div>
--------------------------------------------------------
I try to access it with:
(mydomain)/questions/
(mydomain)/questions/index
Neither work. I also added all the routing code and it is obviously trying to load the page as it can see my php code, but it's not loading the view.
(screen cap attached)
Ideas?
Thanks!
Eric