Jump to content

pagination on multi instance path problem


pwfans
 Share

Recommended Posts

Site B get data from site A using :

$items = $siteA->pages->find("parent=/productA/,limit=10");
foreach ($items as $item) {
....
}
$items->renderPager();

Pagination displayed correctly but they page number path also goes to siteA, which is off course not work when clicked. 
How to do this pagination properly in multi-instance ? thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...