解决方案 »

  1.   

    把model  换成 别的试试
      

  2.   

    我是严格按照Thinkphp手册来操做的可以调用Controller就是不可以调用Model 有劳各位前辈帮帮忙
      

  3.   

    <?php
    namespace Home\Controller;
    use Think\Controller;
    use Think\Model;
    class IndexController extends Controller {
        public function index(){
            $this->show('<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;font-size:24px} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px } a,a:hover,{color:blue;}</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p><br/>版本 V{$Think.version}</div><script type="text/javascript" src="http://ad.topthink.com/Public/static/client.js"></script><thinkad id="ad_55e75dfae343f5a1"></thinkad><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script>','utf-8');
        }
    public function Model(){

    }
    }
      

  4.   

    本帖最后由 fdipzone 于 2015-03-14 23:11:01 编辑