<?php // 引入樣板引擎檔 require_once 'vendor/autoload.php'; ... $db=link_db(); // 設定要傳到樣板的變數 $page_title = '待辦清單'; $header = '我的待辦清單'; ...
確定! 回上一頁