{"id":174,"date":"2018-03-01T15:51:40","date_gmt":"2018-03-01T07:51:40","guid":{"rendered":"https:\/\/wyxxt.org.cn\/?p=174"},"modified":"2023-12-04T17:07:16","modified_gmt":"2023-12-04T09:07:16","slug":"%e6%a1%86%e6%9e%b6%e5%9f%ba%e6%9c%ac%e5%8e%9f%e7%90%86%ef%bc%88%e5%9b%9b%ef%bc%89%e6%a8%a1%e5%9e%8b%e7%b1%bb","status":"publish","type":"post","link":"https:\/\/wyxxt.org.cn\/?p=174","title":{"rendered":"\u6846\u67b6\u57fa\u672c\u539f\u7406\uff08\u56db\uff09\u6a21\u578b\u7c7b"},"content":{"rendered":"<p>\u4ee5medoo\u6846\u67b6\u4e3a\u4f8bhttp:\/\/medoo.lvtao.net\/<\/p>\n<p>app\/ctrl\/indexCtrl.php<\/p>\n<pre><code class=\"language-php line-numbers\">&lt;?php\nnamespace app\\ctrl;\n\nuse app\\model\\admin_userMoel;\n\nclass indexCtrl extends \\core\\xxt\n{\n    public function index()\n    {\n        $model = new admin_userMoel();\/\/new\u4e00\u4e2aadmin_uswerModel\u6a21\u578b\u5bf9\u8c61\n        $id = isset($_GET['id'])?$_GET['id']:'1';\n        $ret = $model-&gt;getOne($id);\n        $this-&gt;assign('admin_user', $ret);\n        $this-&gt;display('index.html');\n\/\/        dump($ret);\n    }\n}\n<\/code><\/pre>\n<p>app\/model\/admin_userModel.php<\/p>\n<pre><code class=\"language-php line-numbers\">&lt;?php\nnamespace app\\model;\n\nuse core\\lib\\model;\n\nclass admin_userMoel extends model\n{\n    public $table = 'admin_user';\n\n    public function lists()\n    {\n        $ret = $this-&gt;select($this-&gt;table,'*');\n        return $ret;\n    }\n\n    public function getOne($id)\n    {\n        $ret = $this-&gt;get($this-&gt;table,'*',array('id' =&gt; $id));\n        return $ret;\n    }\n\n    public function setOne($id,$data)\n    {\n        $this-&gt;update($this-&gt;table,$data,array('id' =&gt; $id));\n        return $this-&gt;id();\n    }\n\n    public function delOne($id)\n    {\n        $this-&gt;delete($this-&gt;table,array('id' =&gt; $id));\n        return $this-&gt;id();\n    }\n\n}\n<\/code><\/pre>\n<p>core\/lib\/model.php<\/p>\n<pre><code class=\"language-php line-numbers\">&lt;?php\nnamespace core\\lib;\nuse core\\lib\\conf;\nclass model extends \\Medoo\\Medoo\n{\n    public function __construct()\n    {\n        $option = conf::all('database');\n        parent::__construct($option);\/\/\u8c03\u7528\u7236\u7c7b\u6784\u9020\u51fd\u6570\uff0c\u521d\u59cb\u5316\u6570\u636e\u5e93\u5bf9\u8c61\n    }\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee5medoo\u6846\u67b6\u4e3a\u4f8bhttp:\/\/medoo.lvtao.net\/ app\/ctrl\/indexCtrl.ph [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[405],"class_list":["post-174","post","type-post","status-publish","format-standard","hentry","category-15","tag-php"],"_links":{"self":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=174"}],"version-history":[{"count":6,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":787,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/174\/revisions\/787"}],"wp:attachment":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}