duanchen7401 2014-05-26 00:12
浏览 8
已采纳

TableGateway for Zend Framework 2的替代方案

I'm using Zend framework 2 to create web pages.

Through TableGateway I'm accessing my PostgreSQL DB.

Is there any alternative to TableGateway that can be used effectively in Zend framework 2, with easy-to-use documentation and stuff?

I'm trying to get away from Doctrine 2 (unless you could convince me otherwise).

Any help would be appretiated.

  • 写回答

2条回答 默认 最新

  • dongxin5054 2014-06-03 18:53
    关注

    As I commented, I used 3 ways to handle data access.

    • TableGateway patter is ok but it's not easy to maintain for larger applications.

    • Another commonly used pattern is the data mapper pattern, for this you can use AbstractDbMapper and hydrator for mapping. AbstracDbMapper Link

    • Entity pattern, like Doctrine

    I finally decided to use doctrine basically cause is very easy to maintain and you can save some hours of code, but if you don't want to use doctrine i think that Data Mapper Pattern is the best option.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 改进Yolov8时添加的注意力模块在task.py里检测不到
  • ¥50 高维数据处理方法求指导
  • ¥100 数字取证课程 关于FAT文件系统的操作
  • ¥15 如何使用js实现打印时每页设置统一的标题
  • ¥15 安装TIA PortalV15.1报错
  • ¥15 能把水桶搬到饮水机的机械设计
  • ¥15 Android Studio中如何把H5逻辑放在Assets 文件夹中以实现将h5代码打包为apk
  • ¥15 使用小程序wx.createWebAudioContext()开发节拍器
  • ¥15 关于#爬虫#的问题:请问HMDB代谢物爬虫的那个工具可以提供一下吗
  • ¥15 vue3+electron打包获取本地视频属性,文件夹里面有ffprobe.exe 文件还会报错这是什么原因呢?