请问上 使用PHP自动生成简单界面的有关问题

WBOY
Release: 2016-06-13 10:58:55
Original
817 people have browsed it

请教下 使用PHP自动生成简单界面的问题
   请教下:我有十几个数据库表,然后要对每个表中数据进行录入,1个表对应2个界面,一个是查询到的列表的界面,一个是录入界面,录入界面上的输入框和数据库表中的字段一一对应,请问在使用PHP的前提下,用什么方法最快能够做完?最好能够根据数据库表自动生成界面,或者轻松点下鼠标就能生成界面。  因为短期使用,因此是否美观无所谓。
------最佳解决方案--------------------
用yii框架吧。
------其他解决方案--------------------
直接读出字段,过滤掉不需要的部分 生成表单不就行了...插入数据库的php部分根据提交的数组循环到表里.

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!