S
S
semki0962016-03-14 23:03:46
CodeIgniter
semki096, 2016-03-14 23:03:46

How to make pagination if there are child elements, can they be loaded separately?

I ran into pagination, posts have child elements in the feed. You need to bring out 20 parents. The question is how to pull them out, because each has child elements. That is, you need a request to the database - to display 20 parents and all children. Can you tell me how to do it? Or maybe there are more beautiful options, for example, as in contact. But there, too, it is not clear to me personally, because child elements must also be taken into account.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2016-03-15
@Sanasol

Assemble the tree completely, then cut N elements from the beginning, taking into account sub elements.
How to split a tree into pages (PHP+MySQL)?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question