Skip to content

Instantly share code, notes, and snippets.

@dehenne
Created February 24, 2017 05:59
Show Gist options
  • Save dehenne/0be08e54d4b0a59f1e56bb7c2a8fbdcc to your computer and use it in GitHub Desktop.
Save dehenne/0be08e54d4b0a59f1e56bb7c2a8fbdcc to your computer and use it in GitHub Desktop.
<?php
/**
* Hello World Ajax Function
*/
QUI::getAjax()->registerFunction('package_quiqqer_test_ajax_helloworld', function () {
return 'Hello World';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment