I have a controller function with 3 argument.Default parameter is set for all of them When calling this function if i have to give the 3rd parameter only how can i specify i am passing the 3rd parameter
public function manage_class($msg="",$id=0,$class_type="all")
i want to call this function only by the 3rd parameter