Ver 1.2.X +

General Chat, Comments
Post Reply
User avatar
KyleMassacre
Posts: 573
Joined: Wed Nov 27, 2013 12:42 pm

Ver 1.2.X +

Post 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
Last edited by KyleMassacre on Mon Oct 26, 2015 3:08 am, edited 1 time in total.
KaL
Posts: 344
Joined: Mon Jan 13, 2014 5:44 am

Re: Ver 1.9.X +

Post by KaL »

That sounds interesting. I can do a lot of new module if we runhook every freakin module. Oh the potential!
Post Reply

Return to “General”