2

Functions with all Get/Post data as parameters like this

public function qwerty($params)
{
return $params['item']['price'][0]* 2;
}

Comments
Add Comment