oder kürzer:
function getData($from, $where, $like, $select = '*', $data = '')
{
$this->$data = mysql_fetch_assoc($this->search($from, $where, $like, $select));
return $this->$data;
}
Hast du error_reproting an? Vielleicht ist eine Variable nicht gesetzt oder...