Useful PHP database class

前端 未结 11 1225
生来不讨喜
生来不讨喜 2021-02-06 06:21

I am working on a small PHP website. I need a MySql database access class that is easy to configure and work with.

Does not need to be a full framework, I only need a ma

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-06 07:04

    I've used this once in a while, It's pretty good! (And has an awesome autoslash feature), it's easily customizable and pretty small, but it had everything I needed. You can probably relatively easy expand it to support caching or whatever you desire.

    Good luck finding whatever suits you best. :)

提交回复
热议问题