Add new methods to class outside the class in PHP -
i have question regarding adding new methods classes , it's solved. however, issue when comes adding new methods classes of libraries, have readd code every time update lib.
i looked @ solutions such runkit_method_add , classkit_method_add, not bundled in php default.
what cleanest solution problem?
Comments
Post a Comment