Guest User

Untitled

a guest
Oct 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public function indexAction()
  2. {
  3. $testService = new Application_Service_Website();
  4. $data = $testService->lookup();
  5.  
  6. print_r($data);
  7. }
Add Comment
Please, Sign In to add comment