Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vmusicchart-cms
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Văn Đoan
vmusicchart-cms
Commits
c1019051
Commit
c1019051
authored
Mar 11, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tạo Crawler
parent
94f76e6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
Crawler.php
application/controllers/Crawler.php
+58
-0
No files found.
application/controllers/Crawler.php
View file @
c1019051
...
...
@@ -16,6 +16,7 @@ class Crawler extends CI_Controller
}
/**
* -----------------------------------------------------------------------------------------------------------------
* http://localhost/vmusicchart-cms/crawler/getZingMp3Song
* http://cms.vmusicchart.vn/crawler/getZingMp3Song
*/
...
...
@@ -42,6 +43,62 @@ class Crawler extends CI_Controller
echo
__FUNCTION__
;
}
/**
* -----------------------------------------------------------------------------------------------------------------
* http://localhost/vmusicchart-cms/crawler/updateCountViewZingMp3
* http://cms.vmusicchart.vn/crawler/updateCountViewZingMp3
*/
public
function
updateCountViewZingMp3
()
{
echo
__FUNCTION__
;
}
/**
* http://localhost/vmusicchart-cms/crawler/updateCountViewNct
* http://cms.vmusicchart.vn/crawler/updateCountViewNct
*/
public
function
updateCountViewNct
()
{
echo
__FUNCTION__
;
}
/**
* http://localhost/vmusicchart-cms/crawler/updateCountViewKeeng
* http://cms.vmusicchart.vn/crawler/updateCountViewKeeng
*/
public
function
updateCountViewKeeng
()
{
echo
__FUNCTION__
;
}
/**
* -----------------------------------------------------------------------------------------------------------------
* http://localhost/vmusicchart-cms/crawler/processDailyReport
* http://cms.vmusicchart.vn/crawler/processDailyReport
*/
public
function
processDailyReport
()
{
echo
__FUNCTION__
;
}
/**
* http://localhost/vmusicchart-cms/crawler/processWeeklyReport
* http://cms.vmusicchart.vn/crawler/processWeeklyReport
*/
public
function
processWeeklyReport
()
{
echo
__FUNCTION__
;
}
/**
* http://localhost/vmusicchart-cms/crawler/processMonthlyReport
* http://cms.vmusicchart.vn/crawler/processMonthlyReport
*/
public
function
processMonthlyReport
()
{
echo
__FUNCTION__
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment