Home > Backend Development > PHP Tutorial > 关于写一个php 数据模型类

关于写一个php 数据模型类

WBOY
Release: 2016-06-06 20:41:28
Original
1025 people have browsed it

我打算就只写一个pdo连接就好了,想问问大家关于框架数据库模型,都有那些好的建议,看了很多框架 有一些 用单例然后方法都是静态方法的!想问问大牛们的写法!

回复内容:

我打算就只写一个pdo连接就好了,想问问大家关于框架数据库模型,都有那些好的建议,看了很多框架 有一些 用单例然后方法都是静态方法的!想问问大牛们的写法!

https://github.com/catfan/Medoo

你打算写的那个pdo连接,以及 @宋小北 的Medoo,其实都是database adapter而已
模型类(model class)主要是数据逻辑或者业务逻辑,根本不是一回事

顺便吐个槽,大部分都是静态方法的实现,说明写代码的人还没理解OOP,那种代码学得越多写得越烂

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template