syylr / thinkphp

Automatically exported from code.google.com/p/thinkphp
0 stars 0 forks source link

Code review request #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
261行也是这样
    /**
     +----------------------------------------------------------
     * 输出模板
     +----------------------------------------------------------
261行* @access public
     +----------------------------------------------------------
     * @param string $content 模板内容
     * @param boolean $display 是否直接显示
     +----------------------------------------------------------
     * @return mixed
     +----------------------------------------------------------
     */
269行 protected function output($content,$display) {

Original issue reported on code.google.com by zzguo28@gmail.com on 15 Mar 2009 at 6:36

GoogleCodeExporter commented 8 years ago
view.class.php

Original comment by zzguo28@gmail.com on 15 Mar 2009 at 6:38