Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. require_once(JPATH_COMPONENT_SITE.'/assets/php/phplibrary.php');
  2. $myclass = new myclass('databaseT');
  3. $response = $myclass->request('form data');
  4.  
  5. return $response;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement