{"id":1538,"date":"2020-06-05T10:53:51","date_gmt":"2020-06-05T02:53:51","guid":{"rendered":"http:\/\/www.iooe.cn\/?p=1538"},"modified":"2020-06-05T10:53:51","modified_gmt":"2020-06-05T02:53:51","slug":"weiphp-4-0-%e4%b8%ad%e4%bf%ae%e6%94%b9%e5%88%97%e8%a1%a8%e6%9f%a5%e8%af%a2%e5%87%bd%ef%bc%8c%e7%ba%a7%e8%81%94%e6%96%b9%e5%bc%8f","status":"publish","type":"post","link":"http:\/\/www.iooe.cn\/index.php\/2020\/06\/05\/weiphp-4-0-%e4%b8%ad%e4%bf%ae%e6%94%b9%e5%88%97%e8%a1%a8%e6%9f%a5%e8%af%a2%e5%87%bd%ef%bc%8c%e7%ba%a7%e8%81%94%e6%96%b9%e5%bc%8f\/","title":{"rendered":"weiphp 4.0 \u4e2d\u4fee\u6539\u5217\u8868\u67e5\u8be2\u51fd\uff0c\u7ea7\u8054\u65b9\u5f0f"},"content":{"rendered":"\n<p>\u5728thinkphp\u6a21\u677f\u91cc\u6211\u4eec\u5e38\u7528\uff0c &lt;?$value|function|function?> \u6709weiphp\u4e2d\uff0c\u5217\u8868\u91cc\u6709\u4e00\u4e2afunction\u53ef\u4ee5\u5b9a\u4e49\uff0c\u5904\u7406\u51fd\u5bf9\u6570\u636e\u8fdb\u884c\u52a0\u5de5\uff0c \u4f46\u662f\u53ea\u80fd\u662f\u4e00\u7ea7\u3002 \u591a\u7ea7\u5c31\u4e0d\u884c\u4e86\u3002 \u6240\u4ee5\u73b0\u5728\u6539\u9020\u4e00\u4e0b\u3002 <\/p>\n\n\n\n<ol><li>\u9996\u5148\u5728ThinkPHP\/Libary\/Think\/Controller.clss.php\u8fd9\u91cc\u7684\u4e1c\u897f\u662f\u88abweiphp<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"433\" height=\"49\" src=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.45.37.png\" alt=\"\" class=\"wp-image-1539\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.45.37.png 433w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.45.37-300x34.png 300w\" sizes=\"(max-width: 433px) 100vw, 433px\" \/><\/figure>\n\n\n\n<p>2.\u5728parseData\u65b9\u6cd5\u4e2d\u7684\u7b2c907\u884c\u5de6\u53f3\u8fdb\u884c\u66f4\u6539\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>elseif (! empty ( $g &#91;'function'] ) &amp;&amp; $g &#91;'function'] != '') {\n\t\t\t\t\t\/\/\u7b2c\u4e00\u5c42\u5904\u7406\uff0c\u591a\u4e2a\u51fd\u6570\n \t\t\t\t\tif (strpos($g &#91;'function'] , '|') !== false) { \n\t\t\t\t\t\t$functionArr = explode('|',$g &#91;'function']);\n\t\t\t\t\t\tif(is_array($functionArr)){\n \t\t\t\t\t\t\tforeach($functionArr as $k=>$v){\n\t \t\t\t\t\t\t\t\/\/\u7b2c\u4e8c\u5c42\uff0c\u5904\u7406\u53c2\u5206\u79bb\n\t \t\t\t\t\t\t\tif (strpos($v , '=') !== false) {\n\t\t \t\t\t\t\t\t\t$secondfunction = explode('=',$v);\n\t\t \t\t\t\t\t\t\tif(is_array($secondfunction)){\n\t\t\t \t\t\t\t\t\t\t$val = call_user_func ($secondfunction&#91;0], $val.','.$secondfunction&#91;1] );\n\t\t\t \t\t\t\t\t\t\t\/\/php \u8c03\u8bd5\u5de5\u5177by eagle\n\t\t\t \t\t\t\t\t\t\tfile_put_contents('z-Controller-parseData.log',var_export($val,1).\"\\n\\r\",FILE_APPEND);\n\t\t \t\t\t\t\t\t\t}\n\t \t\t\t\t\t\t\t}else{\n\t \t\t\t\t\t\t\t\t$val = call_user_func ($v, $val );\n\t \t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n \t\t\t\t\t\t}\n                    }else{\n\t\t\t\t\t\t$val = call_user_func ( $g &#91;'function'], $val );\n\t\t\t\t\t}<\/code><\/pre>\n\n\n\n<p>\u770b\u51c6\u4e86\u6211\u8d34\u51fa\u6765\u7684\u662f elseif   \u4e0eelse\u8fd9\u4e00\u6bb5\u7684\u3002 \u522b\u6362\u9519\u4e86\u3002 \u6211\u8d34\u4e2a\u56fe\u5427\u3002 <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"880\" height=\"326\" src=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.13.png\" alt=\"\" class=\"wp-image-1540\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.13.png 880w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.13-300x111.png 300w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.13-768x285.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/><\/figure>\n\n\n\n<p>3.\u5728\u5bf9\u5e94\u7684\u8868 XXXTable.class.php\u4e2d\u5b9a\u4e49\u5f62\u5f0f\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'qr_code' => &#91;\n\t\t\t\t\t'title' => '\u4e8c\u7ef4\u7801',\n\t\t\t\t\t'come_from' => 0,\n\t\t\t\t\t'width' => '',\n\t\t\t\t\t'is_sort' => 0,\n\t\t\t\t\t'name' => 'qr_code',\n\t\t\t\t\t'function' => 'getFieldBy=id,qr_code,qr_admin|url_img_html',\n\t\t\t\t\t'href' => &#91; ]\n\t\t\t],<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"582\" height=\"423\" src=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.58.png\" alt=\"\" class=\"wp-image-1541\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.58.png 582w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.49.58-300x218.png 300w\" sizes=\"(max-width: 582px) 100vw, 582px\" \/><\/figure>\n\n\n\n<p>4. \u5728function.php\u4e2d\u52a0\u5982\u4e0b\u4ee3\u7801\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/*\n * \u81ea\u5b9a\u4e49\u51fd\u6570\uff0ceagle\n * \u6dfb\u52a0\u6ce8\uff0cEagle\n * $value : \u67e5\u627e\u5173\u952e\u503c\n * $key\t\t: \u76ee\u6807\u8868\u4e2d\u7684\u5b57\u6bb5\u540d\n * $fieldName\t: \u88ab\u68c0\u7d22\u51fa\u6765\u7684\u76ee\u6807\u8868\u4e2d\u7684\u5b57\u6bb5\u540d\n * $table \t\t: \u88ab\u68c0\u7d22\u7684\u76ee\u6807\u8868\u540d\n * $field1\t\t: \u7b2c\u4e8c\u4e2a\u6761\u4ef6\uff0c\u8868\u5b57\u6bb5\u540d\uff0c\n * $value1 \t\t\uff1a \u7b2c\u4e8c\u4e2a\u6761\u4ef6\u7684\u503c\n * *\/\nfunction getFieldBy($value,$key,$fieldName,$table,$field1='',$value1=''){\n \tif(strpos($value, ',') &amp;&amp; $value){\n\t\t$valueStr=explode(',', $value);\n\t\t$value = $valueStr&#91;0];\n\t\t$key   = $valueStr&#91;1];\n\t\t$fieldName   = $valueStr&#91;2];\n\t\t$table   = $valueStr&#91;3];\n\t}\n \t\/\/\u5224\u65ad\u53c2\u6570\u662f\u5426\u5b58\u5728\u3002\n\tif($value &amp;&amp; $key &amp;&amp; $fieldName &amp;&amp; $table){\n\t\techo 1212;\n \t\t$model = D($table);\n\t\t\/\/\u4fee\u6539\u6b64\u5904\uff0c\u52a0\u5165\u4e00\u4e2a1=1 \u7684\u6761\u4ef6\u3002\u65b9\u4fbf\u7279\u6b8a\u6743\u9650\u4e0d\u63a7\u5236\u5230\u3002\n\t\t$map&#91;$key] = $value;\n\t\tif(is_array($value)){\n\t\t\t$map&#91;$key] =array(\"in\",$value);\n\t\t}\n\t\tif($field1){\n\t\t\t\/\/$var = \"and '.$field11.'='.$value1.'\";\n\t\t\t$map&#91;$field1] = $value1;\n\t\t}\n\t\t$map&#91;'_string'] = \"1=1\";\n\t\t\/\/ \t\"'.$key.'='.$value.' and 1=1 '.$var.'\"\n\t\t$data = $model->where($map)->getField($fieldName);\n \t} \n\treturn $data;\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"537\" height=\"405\" src=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.52.27.png\" alt=\"\" class=\"wp-image-1543\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.52.27.png 537w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2020\/06\/\u622a\u5c4f2020-06-05-\u4e0a\u534810.52.27-300x226.png 300w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/><figcaption>\u914d\u4e2a\u4ee3\u7801\u56fe\u7247\u66f4\u6e05\u6670\u4e00\u70b9<\/figcaption><\/figure>\n\n\n\n<!--nextpage-->\n\n\n\n<p>\u5e0c\u671b\u5bf9\u4f60\u6709\u5e2e\u52a9\uff0c \u8f6c\u8f7d\u8bf7\u6ce8\uff0c\u539f\u521b\u5730\u5740\uff1a http:\/\/www.iooe.cn<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728thinkphp\u6a21\u677f\u91cc\u6211\u4eec\u5e38\u7528\uff0c &lt;?$value|function|function?> \u6709weiphp\u4e2d\uff0c\u5217\u8868\u91cc\u6709\u4e00\u4e2afunction\u53ef\u4ee5\u5b9a\u4e49\uff0c\u5904\u7406&#8230; <\/p>\n<div class='button-mores'><a href='http:\/\/www.iooe.cn\/index.php\/2020\/06\/05\/weiphp-4-0-%e4%b8%ad%e4%bf%ae%e6%94%b9%e5%88%97%e8%a1%a8%e6%9f%a5%e8%af%a2%e5%87%bd%ef%bc%8c%e7%ba%a7%e8%81%94%e6%96%b9%e5%bc%8f\/'> \u9605\u8bfb\u66f4\u591a&#8230; <\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/1538"}],"collection":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/comments?post=1538"}],"version-history":[{"count":1,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/1538\/revisions"}],"predecessor-version":[{"id":1544,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/1538\/revisions\/1544"}],"wp:attachment":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/media?parent=1538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/categories?post=1538"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/tags?post=1538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}