模板V層; $this->assign($arr);變數輸出到模板; $this->display("set"); $this->theme("blue")->display("set"); controller 中 $this->abc = "wo"; V層html文件中:$abc 賦值了 {$a ...
模板V層; $this->assign($arr);變數輸出到模板; $this->display("set"); $this->theme("blue")->display("set"); controller 中 $this->abc = "wo"; V層html文件中:$abc 賦值了 {$abc}即可輸出 PHP extract() 函數 extract() 函數從數組中將變數導入到當前的符號表。 魔術函數 __construct() __destruct() __get() __set() __isset() __unset() __call() __callStatic() __sleep() __wakeup() __toString() __set_state() __clone() __autoload() 變數過濾,該參數也可以設置支持多個過濾,例如: 'DEFAULT_FILTER' => 'strip_tags,htmlspecialchars'