mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1214 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7ae6882c5c
commit
11e4a9ce06
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
* @brief 카운터 기록
|
||||
**/
|
||||
function procCounterExecute() {
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB->begin();
|
||||
|
||||
// 로그를 검사
|
||||
$oCounterModel = &getModel('counter');
|
||||
|
||||
|
|
@ -39,6 +43,8 @@
|
|||
$this->insertPageView();
|
||||
}
|
||||
}
|
||||
|
||||
$oDB->commit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue