I am having trouble calling a class method from a string in PHP. Here\'s a simple example. Once I get this working I\'ll be using a variable as the method n
Use this :
call_user_method('get_images_for_tag',$this,$row["id"]);