Is there a way to create/add methods runtime to a class via
constructor or static factory method? I know it is possible
to create functions runtime using eval() or create_function()
but I havent been able to make them appear as methods for
a class.-- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

