Tagged Questions

1
vote
3answers
410 views

PHP, create_function or evalute it at runtime?

i have a class with some method that depend by one parameter. What is the best way to write this method? Example: First way class Test{ var $code; function Test($type){ ...