If anybody is having trouble If anybody is having trouble with the view method and their results being limited to the first 10, I fixed it by doing $view->init_display(); $view->pre_execute(); before $view->execute(); Hope that helps. Reply
If anybody is having trouble with the view method and their results being limited to the first 10, I fixed it by doing
before
$view->execute();
Hope that helps.