Since i am using Repeaters in nearly every project, i would like to know if i could use PageClasses with Repeater Pages.
The repeater template is called: " repeater_files";
I tried
class RepeaterFilesPage extends Page {
and
class RepeaterFilesRepeaterPage extends RepeaterPage {
both aren't working.
I changed the filename to the classname in both cases.
Also what do you think about using PageClasses as Models and doing data related operations only through them?