php - Posting articles on the website needs to pass the third-level review. How to achieve this? ?
某草草2017-06-07 09:22:56
0
2
928
To edit and publish articles, you need to pass the review. You need to pass two reviews. Only users who pass the review can see it. How is this function implemented? ? Are there any good ideas? ?
Add fields to article table. You can fill in one field for each level of review, and it will be 1 if it is passed or 0 if it is not passed. You can also fill in one as mentioned above and judge the status according to 0 1 2.
Add a field 0 1 2 3 is the easiest
Add fields to article table. You can fill in one field for each level of review, and it will be 1 if it is passed or 0 if it is not passed. You can also fill in one as mentioned above and judge the status according to 0 1 2.