fettchTable not found in View cells

Hi all,
I’m trying to do Pagination from within a cell. I’ve tried to follow the documentation here. View Cells - 4.x

but it says it can’t find FetchTable is this documentation correct?

Specifically, which version of CakePHP are you using? The fetchTable function was only added in v4.3. Prior to that, you’d want to use loadModel.

Thank you, I’m using Cake 4.2. Time for an upgrade :slight_smile: