ThinkPHP--內置標籤筆記

ThinkPHP 內置標籤提供了 Volist 標籤、Foreach 標籤和 For 標籤。 class UserController extends Controller {     public function index(){                  $user = M('User');         $this->assign('data', $user->select())
相關文章
相關標籤/搜索