Welcome Guest, Not a member yet? Register   Sign In
CI + HMVC Routing Issue
#3

[eluser]jtkendall[/eluser]
Hi, I tried adjusting the URI protocol and htaccess with not luck still. I'm requiring and extending a super controller (in application/controllers).

The top of my module's controller looks like this:

Code:
<?php

    require_once(APPPATH.'/controllers/super.php');

    class Pages extends Super
    {

        /**
         * Just the constructor method
         *
         * @return
         */
        public function __construct()
        {
            parent::__construct();
            $this->load->model('pages_model');
            $this->load->helper('recursion');
            $this->load->library('treeview');
        }

So I require my super controller and then extend it and I'm thinking it's more of an issue with the actual server config (PHP install) and not the code. I have other CI apps running on the same servers with the same htaccess and config setup (just not HMVC).


Messages In This Thread
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 04:26 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 04:34 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 08:20 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 09:00 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 09:22 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 12:07 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 01:03 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 01:47 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 02:03 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 02:11 PM
CI + HMVC Routing Issue - by El Forum - 10-07-2008, 07:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB