前端功能開發:
1、檔案前面都要載入公共函式:
require_once(dirname(__file__)."/../include/common.inc.php");
2、php檔案在plus裡面,開發是面向過程,$action是方法引數,可以用switch來判斷。如:
$action 是自動獲取的url中的action引數
switch($action)
3、一些常用的載入檔案
// 上傳檔案的時候載入的
if($_files)
// 載入模板
require_once(dedeinc.'/dedetemplate.class.php');
$dtp = new dedetemplate();
$dtp->loadtemplate($cfg_basedir.$cfg_templets_dir.'/plus/originator.htm');
$dtp->display();
exit();
//載入會員
require_once(dedeinc."/memberlogin.class.php");
$ml = new memberlogin();
4、資料庫操作
// 查詢
$dsql->setquery("select * from member_type");
$dsql->execute();
$row=$dsql->getarray()
// 增刪改
$query = "insert into member(mtype,userid,pwd,uname,rank,jointime,mypwd)
values('$mtype','$userid','$newpwd','$uname','$rank','$jointime','$pwd'); ";
$dsql->executenonequery($query);
$lastinsertid = $dsql->getlastid();*/
後端功能開發:
require_once(dirname(__file__)."/config.php");
checkpurview('member_type');
require_once(dedeinc."/datalistcp.class.php");
require_once(dedeinc."/common.func.php");
setcookie("env_goback_url",$dedenowurl,time()+3600,"/");
TFS二次開發 C 知識點 SQL知識總結目錄
tfs二次開發系列 tfs二次開發系列 一 tfs體系結構和概念 tfs二次開發系列 二 tfs的安裝 tfs二次開發系列 三 tfs二次開發的第乙個例項 tfs二次開發系列 四 tfs二次開發workitem新增和修改 儲存 tfs二次開發系列 五 工作項查詢 tfs二次開發系列 六 tfs的版本...
postek二次開發 POSTEK二次開發介面
例項簡介 例項截圖 核心 using system using system.collections.generic using system.componentmodel using system.data using system.drawing using system.text using ...
mcms二次開發 YzmCMS二次開發手冊
摘要 yzmcms是採用mvc設計模式開發,基於模組和操作的方式進行訪問,採用單一入口模式進行專案部署和訪問,無論訪問任何乙個模組或者功能,只有一.yzmcms是採用mvc設計模式開發,基於模組和操作的方式進行訪問,採用單一入口模式進行專案部署和訪問,無論訪問任何乙個模組或者功能,只有乙個統一的入口...