Ver 1.2.X +
Posted: Wed Oct 21, 2015 6:00 pm
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:
This way we can tap into the particular class and create our own methods
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');
}