{"id":2777,"date":"2022-04-27T15:24:31","date_gmt":"2022-04-27T07:24:31","guid":{"rendered":"http:\/\/www.iooe.cn\/?p=2777"},"modified":"2022-04-27T15:24:31","modified_gmt":"2022-04-27T07:24:31","slug":"%e5%85%b3%e4%ba%8ethinkphp-%e7%9a%84_auto%e8%87%aa%e5%8a%a8%e5%ae%8c%e6%88%90%e9%85%8d%e5%88%b6%e4%bc%a0%e5%8f%82%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"http:\/\/www.iooe.cn\/index.php\/2022\/04\/27\/%e5%85%b3%e4%ba%8ethinkphp-%e7%9a%84_auto%e8%87%aa%e5%8a%a8%e5%ae%8c%e6%88%90%e9%85%8d%e5%88%b6%e4%bc%a0%e5%8f%82%e9%97%ae%e9%a2%98\/","title":{"rendered":"\u5173\u4e8ethinkphp \u7684$_auto\u81ea\u52a8\u5b8c\u6210\u914d\u5236\u4f20\u53c2\u95ee\u9898"},"content":{"rendered":"\n<p>\u5173\u4e8e\u81ea\u52a8\u5b8c\u6210\u89c4\u5219\u7684\u81ea\u5b9a\u4e49\u65b9\u6cd5\u4e0e\u4f20\u503c<\/p>\n\n\n\n<p>\u9047\u5230\u65f6\u95f4\u5b57\u6bb5\u586b\u5145\u65f6\uff0c\u9700\u8981\u6e05\u6e05\u65f6\uff0c\u4e0d\u80fd\u6e05\u7a7a\u95ee\u9898\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"621\" height=\"369\" src=\"https:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-2.png\" alt=\"\" class=\"wp-image-2778\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-2.png 621w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-2-300x178.png 300w\" sizes=\"(max-width: 621px) 100vw, 621px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>$_auto \u89c4\u5219\u7528\u81ea\u5b9a\u8bae\u6cd5\u4f20\u503c\u95ee\u9898\u5728\u914d\u5236\u9879\u6700\u540e\u52a0\u4e00\u4e2a\u53c2\u6570\u3002&nbsp;<\/p>\n\n\n\n<p>\/\/ array(&#8216;field&#8217;,&#8217;\u586b\u5145\u5185\u5bb9&#8217;,&#8217;\u586b\u5145\u6761\u4ef6&#8217;,&#8217;\u9644\u52a0\u89c4\u5219&#8217;,[\u989d\u5916\u53c2\u6570])<\/p>\n\n\n\n<p>\u5b9e\u4fbf\u914d\u5236\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>array('goumairiqi','strtotimeupdate',self::MODEL_BOTH,'callback','goumairiqi'),<\/code><\/pre>\n\n\n\n<p>\/\/\u5b9e\u73b0\u65b9\u6cd5<\/p>\n\n\n\n<p>\/\/$t&nbsp; \u662f\u8868\u5355\u4f20\u8fc7\u6765\u7684\u503c &nbsp; $y \u662f\u914d\u5236\u4e2d\u4f20\u8fc7\u53bb\u7684\u503c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\tprotected function strtotimeupdate($t,$y){\n  \t\tif(empty($t)){\n\t\t\treturn null;\n\t\t}else{\n\t\t\treturn strtotime($t);\n\t\t}\n\t}<\/code><\/pre>\n\n\n\n<p>\u540c\u65f6\u5728\u8fd9\u91cc\u4e5f\u53ef\u4ee5\u63a5\u6536\u5230$_POST\u503c<\/p>\n\n\n\n<p>\u5982\u679c\u9047\u5230\u4e0d\u80fd\u4f20\u503c\uff0c \u4fee\u6539\u6846\u52a0\u4ee3\u7801 Model.class.php <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u5728 private function autoOperation(&amp;$data,$type) \u8fd9\u4e2a\u65b9\u6cd5\u91cc\u9762\n\n                    switch($auto&#91;3]) {\n                        case 'function':    \/\/  \u4f7f\u7528\u51fd\u6570\u8fdb\u884c\u586b\u5145 \u5b57\u6bb5\u7684\u503c\u4f5c\u4e3a\u53c2\u6570\n                        case 'callback': \/\/ \u4f7f\u7528\u56de\u8c03\u65b9\u6cd5\n                            $args = isset($auto&#91;4])?(array)$auto&#91;4]:array();\n                            if(isset($data&#91;$auto&#91;0]])) {\n                                array_unshift($args,$data&#91;$auto&#91;0]]);\n                            }\n \n                            \/\/by qchlian \u89e3\u51b3\u56de\u8c03\u51fd\u6570\u4f20\u53c2bug\n                            if($args &amp;&amp; $auto&#91;4]){\n                                foreach($args as $k1=>$v1){ \n                                    eval(\"\\$v1 = \\\"$v1\\\";\");\n                                    $args&#91;$k1]=$v1;\n                                }\n                            }\/\/end by qchlian\n                            \n                            if('function'==$auto&#91;3]) {\n                                $data&#91;$auto&#91;0]]  = call_user_func_array($auto&#91;1], $args);\n                            }else{\n                                $data&#91;$auto&#91;0]]  =  call_user_func_array(array(&amp;$this,$auto&#91;1]), $args);\n                            }\n                            break;\n                        case 'field':    \/\/ \u7528\u5176\u5b83\u5b57\u6bb5\u7684\u503c\u8fdb\u884c\u586b\u5145\n                            $data&#91;$auto&#91;0]] = $data&#91;$auto&#91;1]];\n                            break;\n                        case 'string':\n                        default: \/\/ \u9ed8\u8ba4\u4f5c\u4e3a\u5b57\u7b26\u4e32\u586b\u5145\n                            $data&#91;$auto&#91;0]] = $auto&#91;1];\n                    }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"756\" height=\"649\" src=\"https:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-3.png\" alt=\"\" class=\"wp-image-2779\" srcset=\"http:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-3.png 756w, http:\/\/www.iooe.cn\/wp-content\/uploads\/2022\/04\/image-3-300x258.png 300w\" sizes=\"(max-width: 756px) 100vw, 756px\" \/><figcaption>\u6211\u7684\u662f3.0\u7684thinkphp<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u5173\u4e8e\u81ea\u52a8\u5b8c\u6210\u89c4\u5219\u7684\u81ea\u5b9a\u4e49\u65b9\u6cd5\u4e0e\u4f20\u503c \u9047\u5230\u65f6\u95f4\u5b57\u6bb5\u586b\u5145\u65f6\uff0c\u9700\u8981\u6e05\u6e05\u65f6\uff0c\u4e0d\u80fd\u6e05\u7a7a\u95ee\u9898\u3002 $_auto \u89c4\u5219\u7528\u81ea\u5b9a\u8bae\u6cd5\u4f20\u503c\u95ee\u9898\u5728\u914d\u5236\u9879\u6700\u540e\u52a0\u4e00\u4e2a\u53c2\u6570\u3002&nbsp; \/&#8230; <\/p>\n<div class='button-mores'><a href='http:\/\/www.iooe.cn\/index.php\/2022\/04\/27\/%e5%85%b3%e4%ba%8ethinkphp-%e7%9a%84_auto%e8%87%aa%e5%8a%a8%e5%ae%8c%e6%88%90%e9%85%8d%e5%88%b6%e4%bc%a0%e5%8f%82%e9%97%ae%e9%a2%98\/'> \u9605\u8bfb\u66f4\u591a&#8230; <\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"_links":{"self":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/2777"}],"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=2777"}],"version-history":[{"count":1,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/2777\/revisions"}],"predecessor-version":[{"id":2780,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/posts\/2777\/revisions\/2780"}],"wp:attachment":[{"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/media?parent=2777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/categories?post=2777"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.iooe.cn\/index.php\/wp-json\/wp\/v2\/tags?post=2777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}