jenssegers / codeigniter-hmvc-modules

Create HMVC modules with this lightweight extension for Codeiginter 2
http://jenssegers.be
188 stars 105 forks source link

Views not displaying #3

Closed dollardad closed 11 years ago

dollardad commented 12 years ago

Views are not displaying except in the default controller

application/ modules/ welcome/ controllers/ welcome.php views/ welcome_message.php admin/ controllers/ admin.php views/ admin_message.php

call $this->load->view('admin_message') from the admin controller will not display from the views folder inside admin only from the main application/views folder

call $this->load->view('welcome_message') from the welcome controller will display view that is in the welcome module views folder

Would be great to call partials from the module's own view folder

jenssegers commented 12 years ago

This should not be the case. Will look into this.

jenssegers commented 11 years ago

Was this fixed with the last commit?

dollardad commented 11 years ago

Not that I am aware of all though to be fair the last few projects I've been using PyroCMS