Home > Backend Development > PHP Tutorial > 不要框架,纯PHP,能实现这样的功能吗?有很多页面,有插入删除修改功能,只写一种增删改方法,其他页面也能共用这一个方法

不要框架,纯PHP,能实现这样的功能吗?有很多页面,有插入删除修改功能,只写一种增删改方法,其他页面也能共用这一个方法

WBOY
Release: 2016-06-13 12:07:05
Original
925 people have browsed it

不用框架,纯PHP,能实现这样的功能吗?有很多页面,有插入删除修改功能,只写一种增删改方法,其他页面也能共用这一个方法
不用框架,纯PHP,能实现这样的功能吗?有很多页面,有插入删除修改功能,只写一种增删改方法,其他页面也能共用这一个方法。
我以前都是一个页面写一种方法,对应的插入数据库。老板要求所有的页面都写一种,然后其他也用共用这个插入方法,插入数据库。怎么做?能实现吗?插入的数据表名,字段都不一样呀,怎么实现呢
------解决思路----------------------
写个函数或者类,需要用的页面包含一下,调用时传参数就行了。
------解决思路----------------------
写个类就是了。
------解决思路----------------------
老板说,要有不同,于是有了参数
------解决思路----------------------
写个类然后方法里面进行传参处理。

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