Database abstraction class design using PHP PDO

前端 未结 4 1797
梦毁少年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:56

    You may also be interested in the project php-pdo-wrapper-class. It's a light-weight database class that extends PDO, adding several methods - insert, update, delete, select (and a few others) - for simplifying common SQL statements. I've used this project in my development and would highly recommend.

提交回复
热议问题