getEventURL

Generate URL for a Event of Application

Parameters
string $eventName

Name of Event class index extends Sphp\tools\BasicApp{ public function page_event_test($evtp){

#
string $evtp = ""

Event Parameter pass to URL

#
string $ControllerName = ""

controller like index

#
string $extra = ""

Extra query string in URL $extra = 'test=1&mpid=13'

#
string $newbasePath = ""

new domain url $newbasePath = 'https://domain.com/test

#
boolean $blnSesID = false

Add session id default false

#
Returns
string