Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Freezing core classe and method names.
  • Hi, I was using the 1.0.1 release of fuel earlier and noticed quite a bit of changes in the method names and some class names in 1.1. Can anyone shed some light on when the names of core classes and methods will be a bit more stable. Its a bit tedious going through the whole webapp replacing methods when upgrade to a new release. Thanks,
  • As you'll notice we take a lot of care to deprecate before removal. Our guidelines for updates are: Version: x.y.z
    - .z release contains only bugfixes, no functional changes
    - .y release will include functional changes & additions, though the changes will be little to nothing that goes beyond a simple "find & replace in directory"
    - x.0 release may change everything

  • Is the OIL utility able to help with migration from an old release to the current one? Thanks for your reply.
  • No, fully automated code rewriting is just asking for boatloads of problems we don't want. Updating/grading will be your own responsibility and our deprecation-before-removal policy should give you more than enough time.

Howdy, Stranger!

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

In this Discussion