Welcome Guest, Not a member yet? Register   Sign In
HMVC issue
#7

(10-23-2015, 12:54 AM)Martin7483 Wrote:
(10-23-2015, 12:43 AM)Sentro Wrote:
(10-22-2015, 03:45 PM)Martin7483 Wrote: Hi!

Maybe you can take a look at my approach of HMVC in CodeIgniter

http://forum.codeigniter.com/thread-63078.html

Hello,

I downloaded your application and any ideas why i might be getting

Code:
Message: Call to undefined function set_realpath()

Filename: core/MY_Loader.php

Line Number: 174

Codeigniter version is 3.0.02

Sorry about that. You need to load the path helper. I auto load it in my auto load config file and recommend you do this when using the Simple HMVC
PHP Code:
$this->load->helper('path'); 

Thank you, works like a charm. Actually there is also another function in system/helpers/path_helper

I'll get right into since i need something like it ASAP.
Thank you for this.
Reply


Messages In This Thread
HMVC issue - by Sentro - 10-22-2015, 09:01 AM
RE: HMVC issue - by davicotico - 10-22-2015, 11:16 AM
RE: HMVC issue - by Sentro - 10-22-2015, 03:14 PM
RE: HMVC issue - by Martin7483 - 10-22-2015, 03:45 PM
RE: HMVC issue - by Sentro - 10-23-2015, 12:43 AM
RE: HMVC issue - by Martin7483 - 10-23-2015, 12:54 AM
RE: HMVC issue - by Sentro - 10-23-2015, 01:03 AM
RE: HMVC issue - by Martin7483 - 10-23-2015, 01:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB