|
|
|
มีใครรู้จักวิธีดูโค้ด oop ไหมคร่า พอดีกำลังทำโปรเจคเกี่ยวกับระบบ lms แล้วต้องเข้าไปแก้โค้ด learnsquare |
|
|
|
|
|
|
|
ลองเอา code มาดูบางส่วนครับ ว่าเขียนด้วยภาษาอะไร
|
|
|
|
|
Date :
2011-07-13 06:04:00 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include ("includes/lnAPI.php");
// Start LN
lnInit();
// Get variables
list($mod, $file, $op) = lnVarCleanFromInput('mod','file','op');
// Check requested module and set to start module if not present
if (empty($mod)) {
$module = lnConfigGetVar('startpage');
}
else {
$module = $mod;
}
if (empty($file)) {
$file="index";
}
if (lnModAvailable($module)) {
if ($modfile = lnModLoad($module,$file)) {
define("LOADED_AS_MODULE","1");
include $modfile;
}
else {
error('Module "' . lnVarPrepForOS($module) . '" file does not exist.');
}
}
else {
error('Module "' . lnVarPrepForOS($module) . '" is not available.');
}
?>
|
|
|
|
|
Date :
2011-07-22 00:12:36 |
By :
กุ้งง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|