I have a project that is developed in CakePHP with MySQL. The problem is daily 2-3 records are getting entered in the 'products' table with 0 values in the fields.
我有一个用CakePHP和MySQL开发的项目。问题是每天在“产品”表中输入2-3条记录,字段中的值为0。
There are 2 ways of entering data via application - Front-end & Admin panel. Both forms are authenticated (via ACL) and having validations (client side and server side). But not able to find how these blank records are coming on daily basis.
有两种通过应用程序输入数据的方法 - 前端和管理面板。两种形式都经过身份验证(通过ACL)并具有验证(客户端和服务器端)。但是无法找到这些空白记录每天如何发布。
Any help regarding, in which area I have to look to solve the issue, would be appreciated.
任何帮助,我必须在哪个方面寻求解决问题,将不胜感激。
1 个解决方案
#1
0
How come people say rows are inserting in the database automatically?.
为什么人们会说行自动插入数据库?
A computer doesn't do any thing by its own unless you direct it to do.
除非你指示它做,否则计算机不会自己做任何事情。
Current Question where it stands*
目前的问题所在*
I see two possibilities:
我看到两种可能性:
1.There might be an event scheduler running at a fixed time in your DB. Explanation
1.可能有一个事件调度程序在您的数据库中的固定时间运行。说明
从这里引用
2.Someone might be doing it without your knowledge.
2.有人可能在你不知情的情况下这样做。
#1
0
How come people say rows are inserting in the database automatically?.
为什么人们会说行自动插入数据库?
A computer doesn't do any thing by its own unless you direct it to do.
除非你指示它做,否则计算机不会自己做任何事情。
Current Question where it stands*
目前的问题所在*
I see two possibilities:
我看到两种可能性:
1.There might be an event scheduler running at a fixed time in your DB. Explanation
1.可能有一个事件调度程序在您的数据库中的固定时间运行。说明
从这里引用
2.Someone might be doing it without your knowledge.
2.有人可能在你不知情的情况下这样做。