Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $view_object->set_display("my_display");
  2.  
  3. $view_object->pre_execute();
  4. $view_object->execute();
  5.  
  6. $results = $view_object->result;
  7.  
  8. $output = $view_object->render();
  9. print $output;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement