コード例 #1
0
ファイル: index.php プロジェクト: BlackCodes/Mymine
    <h1><?php 
echo $this->context->action->uniqueId;
?>
</h1>
    <p>
        This is the view content for action "<?php 
echo $this->context->action->id;
?>
".
        The action belongs to the controller "<?php 
echo get_class($this->context);
?>
"
        in the "<?php 
echo $this->context->module->id;
?>
" module.
    </p>
    <p>
        You may customize this page by editing the following file:<br>
        <img src ="<?php 
echo 'http://www.miao.com/images/qr/' . basename(EasyHelpers::getQR('http://www.66easy.com/home/default/proddetail?id=172&onelevel=%E4%BC%81%E4%B8%9A%E5%B1%95%E7%A4%BA', 'http://d.hiphotos.baidu.com/image/pic/item/9922720e0cf3d7ca70133e7df01fbe096a63a9d7.jpg'));
?>
" />
        <code><?php 
echo __FILE__;
?>
</code>
    </p>
</div>