Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
error on routes?
  • [url=http://localhost/new/user/test]http://localhost/new/user/test[/url] class Controller_New_User_Test extends \Controller { public function action_index() {
    print 'q';
    } } with blank install . i see Controller_Welcome and not Controller_New_User_Test in config // index_file = 'index.php' , commented
  • Which version of Fuel are you using?
    The "Controller in subdirectories" is supported in Fuel 1.1 dev ... for the 1.0 you cannot create controllers in subdirectories ( inly 1 level )
  • Davide Bellini wrote on Thursday 22nd of September 2011:
    Which version of Fuel are you using?
    The "Controller in subdirectories" is supported in Fuel 1.1 dev ... for the 1.0 you cannot create controllers in subdirectories ( inly 1 level )
    thx , i use last stable 1.0.1

Howdy, Stranger!

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

In this Discussion