有没有现成的查询系统?该怎么解决
有没有现成的查询系统?
求一个最基本的信息查询系统
功能如下
会员登录: 查询最近消费记录
管理员登录:添加会员,为会员调整余额,添加消费记录
有没有现成的这类PHP程序?有点懒,不太想自己动手了。。。
------解决方案--------------------
这么点东西,三四天就写完了
------解决方案--------------------
现成的你也用不成,跟你数据库得配套。自己动手丰衣足食,都是些最简单的SQL操作
------解决方案--------------------
还是动手吧!~
同志!~~
程序一天不写就生疏了。
其实也没撒
无非是个会员表(admin也存在里面),里面有会员的余额等等
然后是个消费记录表,里面存储会员的消费记录。还有会员的id,这样就好了
------解决方案--------------------
这些功能好简单就能实现的啊……确实不是难事

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.
