{~W('Menu/index')}

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\OuterMok2\Controller\UserController.class.php

    //http://localhost/thinkphp323/index.php/OuterMok2/User/index5
    public function index5(){      
      $this->display();
    }

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\OuterMok2\View\User\index5.html

<layout name="Layout/newlayout" />
<body>
{~W('Menu/index')}
<hr>
<form method="post" action="">
    <input type="submit">
</form>
</body>
<?php
//D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\OuterMok2\Widget\MenuWidget.class.php
namespace OuterMok2\Widget;
class MenuWidget extends \Think\Controller {
    
public function index(){
    echo 'menuWidget';
}

}

 

posted @ 2017-12-18 14:23  sky20080101  阅读(711)  评论(0)    收藏  举报