Comparing the two PHP program codes, what do you think is the programming level? Censor. class. php: a censor review and submit two different files of the string class (attached to DEDECMS). the same function is provided for your review ~ What are their levels? If you are an examiner, how do you choose? Why? Involving MySQL data tables: compare two PHP program codes. what do you think is the programming level? Censor. class. php
Function: a censor class that submits a string for review (attached to DEDECMS)
Two different works and the same function are used for review ~ What are their levels?
If you are an examiner, how do you choose? Why?
MySQL data table involved: gk_info_censor
mysql> desc gk_info_censor;
+-------------+----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------------------+------+-----+---------+----------------+
| id | smallint(6) unsigned | NO | PRI | NULL | auto_increment |
| admin | varchar(15) | NO | | | |
| type | smallint(6) | NO | | 1 | |
| find | varchar(255) | NO | UNI | | |
| replacement | varchar(255) | NO | | | |
| extra | varchar(255) | NO | | | |
| count | int(11) | NO | | 0 | |
| updatetime | int(11) | NO | | NULL | |
| tids | mediumtext | NO | | NULL | |
| enable | tinyint(1) | NO | | -1 | |
+-------------+----------------------+------+-----+---------+----------------+