mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
Analytics Module 개발
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83744509a9
commit
94ce97fdb6
44 changed files with 3267 additions and 0 deletions
18
modules/analytics/analytics.admin.controller.php
Normal file
18
modules/analytics/analytics.admin.controller.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
class analyticsAdminController extends analytics {
|
||||
|
||||
function init(){
|
||||
}
|
||||
|
||||
function procAnalyticsAdminInsertAPIKey() {
|
||||
// API KEY 값을 가지고 온다.
|
||||
$args = Context::gets('api_key');
|
||||
|
||||
// module controlle 객체 생성하여 Key값 저장
|
||||
$oModuleController = &getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('analytics', $args);
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue