Welcome Guest, Not a member yet? Register   Sign In
Nested sub-controller folder/directory AND using a3m marshmallow module PLEASE, NEED HELP!!!
#2

[eluser]boltsabre[/eluser]
No one...???

I'm pretty sure the problem is with this piece of code:
Code:
/* application sub-directory controller exists? */
  if(is_file(APPPATH.'controllers/'.$module.'/'.$directory.$ext)) {
   $this->directory = $module.'/';
   return array_slice($segments, 1);
  }
}
But I'm not sure on how to change it so that it will accept two levels of folders within the controllers.


Messages In This Thread
Nested sub-controller folder/directory AND using a3m marshmallow module PLEASE, NEED HELP!!! - by El Forum - 06-02-2012, 12:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB