Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problem with Creating Pluralized Controllers
  • I tried the following:

    php oil g controller api_swatches

    and it generated:

    class Controller_Api_Swatch extends Controller_Template ...

    instead of :

    class Controller_Api_Swatches extends Controller_Template ...
    Is this a bug?

Howdy, Stranger!

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