Plugin Method handlePluginAJAX()

public function handlePluginAJAX() {
    
    //...your PHP code...//
}

Description

You can write this method to handle any AJAX requests from the link generated by the pluginAJAXLink() function.

Where You Can Use It

In your pluggable modules, from Zenario 7.0 onwards.

Return Value

No return value is needed.