Welcome Guest, Not a member yet? Register   Sign In
about $view->setData($data);
#2

If you are trying to access data that you didn't explicitly make available to a view, then it won't be there. By default, it will not save data used in one view to use in another view, even if that view is called from within it. You can always use the save_data option to change that.

Is that what you're seeing? Or are you trying to access setData variables within the pagination templates? Or is it something else?
Reply


Messages In This Thread
about $view->setData($data); - by startbbs - 11-21-2016, 12:05 AM
RE: about $view->setData($data); - by kilishan - 11-21-2016, 01:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB