Bietet Symfony2 Paging-Komponenten?
天蓬老师
天蓬老师 2017-05-16 16:45:24
0
1
368

RT, müssen Sie es selbst erweitern?
Wenn Sie es erweitern müssen, in welche Datei legen Sie es normalerweise ab? Gibt es Vorschriften?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

Antworte allen(1)
左手右手慢动作

有两个第三方的bundle:

  • https://github.com/KnpLabs/KnpPaginatorBundle
  • https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle

以上都是有适配接口可以去实现的,可以支持不同的数据源类型;

如果要自己扩展的话,拿Doctrine举例,可以做一个Repository的基类,在这个基类里实现你需要的分页逻辑,并且给Model们配置上继承自这个Repository的具体实现。至于Repository的放置位置,可以放在Bundle的Entity(Doctrine ORM)或Document(MongoDB)文件夹下面

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage