摘要:
smarty使用smarty引入流程 1. 控制器IndexAction.class.php function index() $this -> display(); (父类Action的display)2. 父类ThinkPHP/Lib... 阅读全文
摘要:
ThinkPHP项目的创建 name; } function run($addr,$age){ echo "I am ".$this->name; echo ",I at ".$addr; echo ", ... 阅读全文