|
2 |
Tidy up tags
|
||
|
1 |
|
||
How can I give a large number of class methods "almost" the same codehello I have this PHP class
and here is how to use it:
it works fine because I just have 2 methods "name" and "password" what If I have a huge number of methods, it would not be easy to add those methods to my class and write the same code for each method, I want to change my class to let each method give the same output apart from the method name? and I don't want to write all details for all methods because they are almost similar,is this possible in PHP? I wish I was clear :)
|
||||
