if (method_exists($controllerName, $action)) {
call_user_func_array(array($object,$action), $parameter);
} else
die('ACTION NOT FOUND');
} else
die ('CONTROLLER NOT FOUND');
}
can help me sir for this. thanks