<?php /** * 去 github 下載 * 穩(wěn)定版的 msi 安裝 * ,打開(kāi)系...
235
<!doctype html> <html lang="en"> <head> &nbs...
573
模板代碼<!doctype html> <html lang="en"> <head> ...
323
index.php:<?php require 'vendor/autoload.php';//加載composer require 'config...
281
<?php /** * 利用Medoo框架封裝簡(jiǎn)單CURD操作 */ // 1. 實(shí)例化Medoo框架類(lèi) require __D...
421
/* * layout布局 */<!DOCTYPE html><html lang="en"><head> &...
223
/* * config.php文件代碼 */<?php/** * Smarty 配置文件 */require __DIR__."/../smarty-3....
311
PHP中的變量有兩種作用域,一個(gè)是全局作用域,一個(gè)是局部作用域。//定義全局變量 $title = '我是一個(gè)變量'; function aa(){ &n...
300
下載:在項(xiàng)目路徑下運(yùn)行cmd打上composer require smarty/smarty回車(chē)composer會(huì)自動(dòng)開(kāi)始下載導(dǎo)入在文件中用require引入即可require 'vendor...
183
<?php # 組裝查詢語(yǔ)句 $add_time = time(); $ret = select($db,'user','country="日本"...
261
客戶信息表:user客戶存款表:balance
218
<?php/** * 文件內(nèi)容相關(guān)的其他函數(shù) * 1.file_get_contents 讀取文件,不需要打開(kāi)文件直接讀取即可 * 2.file_put_conte...
248
<?php/** * 一、url與路徑相關(guān)的函數(shù) * 因?yàn)閡rl與文件路徑都是由字符串組成,所以也放在了字符串中學(xué)習(xí) *///1.urlencode($url):url編碼在特殊字符前加上%,防...
256
代理商 人員 區(qū)域 設(shè)備 權(quán)限 別名 6個(gè)表關(guān)系關(guān)聯(lián) 完成業(yè)務(wù)系統(tǒng)
209
<?php/** * Created by PhpStorm. * User: Administrator * Date: 2019/2/28 * Time: 7:39 */namespace ...
210