thinkPHP 變量分配(對象變量)

對象變量 對象在實例化後會保存到一個變量中去,變量也可以分配到模板中去 類的實例化 <?php namespace Admin\Controller; use Think\Controller; class TestController extends Controller { //對象變量 public function test7(){ $stu=new Student();
相關文章
相關標籤/搜索