Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
File share packages
  • Hi,

    I am thinking about to write a driver-based file share plugin, to be able to upload, download files to/from file sharers, like dropbox, googledrive.

    I was thinking about two possibilities:
    one is to extend the file class, to be able to write and use the drivers (one for each file share application)

    wirte a complete package.


    What is your advice?
  • HarroHarro
    Accepted Answer
    I would go for your own classes, and use the File class where needed.

    There is too much you don't need in the File class, so imho you'll create a complex dependency which doesn't need to be there.

Howdy, Stranger!

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

In this Discussion