Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * Hello World Ajax Function
  5. */
  6. QUI::getAjax()->registerFunction(
  7. 'package_quiqqer_test_ajax_helloworld',
  8. function ($param1, $param2) {
  9. return 'Hello World';
  10. },
  11. array('param1', 'param2')
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement