Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: Why are library classes final?

The image class is exceptionally well done though. Only thing I would add is the ability to not destroy the images at the end of save() and resize() for example. Just a third parameter $destroy = true, then a quick if statement around the destroy, allows you to do things like multiple resize and sav...

Jump to post
  • Sun Jul 24, 2011 11:41 pm
  • Replies 1
  • Views 432
Re: PHP Autoload... why do we still not have it?

Surely the whole point of it being open source, is to allow the users to have a contribution. Doesn't have to mean that the main distribution gets changed by the users but makes it easy for users to contribute plugins, extensions and customise things the way they want to.

Jump to post
  • Sun Jul 24, 2011 9:45 pm
  • Replies 5
  • Views 3107
Why are library classes final?

Why are library classes final? I wanted to extend the existing image class, to allow for some custom user submitted images etc but being final I can't? Surely being open source, you should encourage the use of extending classes, updating classes and modules as we need.. I am just going to remove the...

Jump to post
  • Sun Jul 24, 2011 9:21 pm
  • Replies 1
  • Views 432

Page 1 of 1

Search found 3 matches