Database abstraction class design using PHP PDO

前端 未结 4 1789
梦毁少年i
梦毁少年i 2021-01-03 05:44

I am in the process of designing a web application (really, it\'s a hobby, and I\'m trying to teach myself design, and what better way is there than doing it :). Anyway, I

4条回答
  •  一向
    一向 (楼主)
    2021-01-03 05:54

    Maybe it seems so simple to you, because PDO is essentially a database abstraction class. That means: the work is already done.

提交回复
热议问题