Welcome Guest, Not a member yet? Register   Sign In
[Solved] Default Controller To Work With Second Level
#6

[eluser]riwakawd[/eluser]
[quote author="InsiteFX" date="1398274968"]Could have just used HMVC and been done with it!
[/quote]

I tried it with the normal hmvc again still will not pick up

Code:
$route['default_controller'] = "catalog/common/home";

<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Home extends MX_Controller {

public function index() {
  $this->load->view('theme/default/common/template/home.tpl');
}
}


Messages In This Thread
[Solved] Default Controller To Work With Second Level - by El Forum - 04-21-2014, 10:24 PM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-22-2014, 06:53 AM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-22-2014, 07:13 AM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-23-2014, 10:42 AM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-23-2014, 11:39 AM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-23-2014, 12:48 PM
[Solved] Default Controller To Work With Second Level - by El Forum - 04-23-2014, 02:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB