Jill 筆記
:::
:::
所有書籍
「PHP 從頭說」目錄
MarkDown
2. PHP基本語法 V.S Smarty樣板
1. 安裝PHP開發環境與BootStrap響應式框架
1-1 index.html
2. PHP基本語法 V.S Smarty樣板
2-1 index.html
2-2 index.php
2-3 demo.php
2-4 index.tpl
3. 資料庫規劃與表單製作
3-1 index.php
3-2 header.php
3-3 footer.php
3-4 templates/header.tpl
3-5 template/navbar.tpl
3-6 index.tpl
3-7 function.php
3-8 templates/post_form.tpl
4. 表單函數與資料庫存取
4-1 post_form.tpl
4-2 index.php
4-3 index.tpl
4-4 array($result->fetch_assoc())
4-5 array:$result->fetch_row()
5. 資料的讀取、編輯修改及刪除
5-1 index.php
5-2 header.php
5-3 footer.php
5-4 templates/index.tpl
5-5 templates/show_one.tpl
5-6 templates/post_form.tpl
6. 檢查必填欄位與常用小工具
6-1 index.php
6-2 templates/post_form.tpl
6-3 templates/show_one.tpl
6-4 templates/index.tpl
6-5 templates/sweetalert_delete.tpl
2-2 index.php
PHP 從頭說 ======= ```markup
待辦清單
我的待辦清單
Home
Link
日期:2021/03/13
今天到期:1
逾期:2
是否完成
標題
到期日
優先順序
指派對象
完成
撰寫程式
2021/03/13
低
李大頭
未完成
開會
2021/03/13
高
李大頭、吳大大
未完成
社大上課
2021/03/13
高
李大頭、吳大大、郭大大
```