Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
oil g module
  • I am developing a module generator for personal use. Does this have any place in core? If so, what type of skeleton structure would you like to see? I have this at the moment. modules
    - modulename
    -- classes
    --- controller
    ---- modulename.php (extends Controller_Template, has a before action to load config and an action_index method)
    --- model
    --- view
    -- config
    --- config.php (namespaced)
    -- views
    --- index.php
  • I'll post it up when I have some time.
  • Oh and it's run via oil with... oil g module <modulename>
  • Hi Frank, If you have this up and running I would love to get it off you to use.

Howdy, Stranger!

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

In this Discussion