ホームページ > バックエンド開発 > PHPチュートリアル > YII框架这段代码是啥意思?是moudles里面view中default中的index.SegmentFault

YII框架这段代码是啥意思?是moudles里面view中default中的index.SegmentFault

WBOY
リリース: 2016-06-06 20:45:48
オリジナル
1076 人が閲覧しました

<code class="lang-php"><?php /* @var $this DefaultController 
 
  $this是从哪来的?
 
 
 
 */

$this->breadcrumbs=array(
    $this->module->id,
);
?>


<h1>
<?php echo $this->uniqueId . '/' . $this->action->id; ?></h1>





<p>
This is the view content for action "<?php echo $this->action->id; ?>".
The action belongs to the controller "<?php echo get_class($this); ?>"
in the "<?php echo $this->module->id; ?>" module.
</p>




<p>
You may customize this page by editing <tt><?php echo __FILE__; ?></tt>
</p>


</code>
ログイン後にコピー
ログイン後にコピー

我想知道这个$this是哪来的?这也没有类啊!

回复内容:

<code class="lang-php"><?php /* @var $this DefaultController 
 
  $this是从哪来的?
 
 
 
 */

$this->breadcrumbs=array(
    $this->module->id,
);
?>


<h1>
<?php echo $this->uniqueId . '/' . $this->action->id; ?></h1>





<p>
This is the view content for action "<?php echo $this->action->id; ?>".
The action belongs to the controller "<?php echo get_class($this); ?>"
in the "<?php echo $this->module->id; ?>" module.
</p>




<p>
You may customize this page by editing <tt><?php echo __FILE__; ?></tt>
</p>


</code>
ログイン後にコピー
ログイン後にコピー

我想知道这个$this是哪来的?这也没有类啊!

注释里面不是写了吗?

<code>$this DefaultController 
</code>
ログイン後にコピー

Yii view 里面的$this 是指当前controller,具体过程去看conroller的render方法.
因为是用Yii自身的renderer,所以调用的是ViewRenderer类的renderFile方法,
这方法接收一个$context参数,其实传的就是当前controller的实例对象,
然后再调这个controller的renderInternal方法,这个方法把view文件require进来了,
所以在view的$this其实是把当前controller传进来,然后调用传进来的controller的自身方法,把view文件require进来.

debug_print_backtrace 一看就知道

我心里有答案,但没实际用过YII,所以就只说方法了

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート