Common CRUD functions in PHP

后端 未结 8 1180
闹比i
闹比i 2020-12-28 10:48

Is there a simple way to write a common function for each of the CRUD (create, retreive, update, delete) operations in PHP WITHOUT using any framew

8条回答
  •  半阙折子戏
    2020-12-28 11:11

    If you try to write such function you'll soon discover that you've just realized yet another framework.

提交回复
热议问题