Page 1 of 1

Ver 1.2.X +

Posted: Wed Oct 21, 2015 6:00 pm
by KyleMassacre
I wanted to start something up here about some potential core changes.

One of my major points I would like to make is class extensions. I would like to potentially see an easy way to extend some classes like the Items class and UserStats class.
Something like:

Code: Select all

class Items
{
// all the stuff currently
    RunHook('items_class.php');
}
This way we can tap into the particular class and create our own methods

Re: Ver 1.9.X +

Posted: Wed Oct 21, 2015 6:55 pm
by KaL
That sounds interesting. I can do a lot of new module if we runhook every freakin module. Oh the potential!