Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Removing Models/Controllers/Views
  • Hi! Is there a prefered way to remove MVC components from web application using oil utility?
    Or, do I simply delete files that relate to specific component and continue?
  • afaik Oil does not have a removal option. Just delete them by hand.
  • A-ha. OK. But maybe You should consider including such a command... Let me present You with a Use Case scenario:
    A person is developing a web application and after creating some models using scaffolding to give one self a running start he or she decides that one or some of them are not properly named/modeled and descides to change a Model name and/or definition of one.
    He or she deletes number of files that oil magically created and defines new Model. We cleaned up file system from old remains but there still remains table definition and maybe data in the database with the old table name. oil refine remove <model_name> or oil refine purge/delete <model_name>
    could remove files from the file system and drop tables from the database. What do You think about this?
  • Add it as a feature request on http://github.com/fuel/oil/issues, including your use-case.
  • OK. Thanks!

Howdy, Stranger!

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

In this Discussion