Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Inflector::classify result
  • Fuel docs state:
    echo Inflector::classify('fuel_users'); // returns FuelUser
    
    My results with the above code:
    echo Inflector::classify('fuel_users'); // returns Fuel_User
    
    What am I missing?
  • Docs are out of date, Fuel classes do use underscores except in very rare cases.
  • Thanks, Jelmer.

Howdy, Stranger!

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

In this Discussion