[oxid-dev-general] New blog post on planet: Overloading non-overloadable classes – don’t!

2015-08-26 Thread Marco Steinhaeuser
Hey folks, did you use oxShopControl in modules yet? Well, it was moved to non-overloadable classes recently. Please read this blog post to find a workaround. All others: hands off these classes http://planet.oxidforge.org/2015/08/overloading-non-overloadable-classes-dont.html Cheers Marco

Re: [oxid-dev-general] New blog post on planet: Overloading non-overloadable classes - don't!

2015-08-26 Thread Mersiowsky, Daniel
Hi Everyone, I knew this wasn't a good practice, but I wonder how I'm going to adapt module-dependent bootstrap functionality in the future. Example: I'm using a custom Autoloader for registering namespaces at runtime. Every module adds its own namespace by extending oxShopControl::__construct