Hello all,
I've a question. I have a file called article.php and in it I have a class with class metods. I have an object attribute called init, it's a string, so I access it using classname->init. Is there a way in which I can call a function so it will execute the object method with name the concent of the init variable. Is this possible? Or is there a simple function so if I pass a string it will execute the function with that name.
Thanks very much,
gamehack