Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Modules routing
  • Recently my module routings stopped working.
    Currently I'm using a 'modulename/something' => 'modulename/controller/method'. That used to work, not anymore.
    I have made a couple of updates from the github repo so I'm not sure what revision brought this.
    Anybody know the right way to do this now or am I missing something else?
  • class_exists(ucfirst($match->module).'\\Controller_'.ucfirst($match->controller))
    
    returns false even though $match->module and $match->controller are the correct names. Maybe the autoloader doesn't load the controller's file since I don't see it in the profiler.
  • This is a bugreport, not really a topic of discussion. Should go to https://github.com/fuel/core/issues
  • Sorry, I wasn't sure it's really a bug that's why I posted here. I assumed I was doing something wrong.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion