HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
AjaxController.php
ResourceDownloadController.php
SiteCleanupController.php
SiteController.php
SiteDeleteController.php
SiteNewController.php
SiteRecrawlController.php
SitesViewController.php
SiteUpdateController.php
UrlCleanupController.php
UrlDeleteController.php
UrlRecrawlController.php
UrlReprocessController.php
UrlsViewController.php
UrlUpdateController.php
extensions
helpers
models
modules
runtime
tests
vendor
views
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ResourceDownloadController.php
Go to the documentation of this file.
1
<?php
2
3
class
ResourceDownloadController
extends
Controller
4
{
5
public
function
actionIndex
($siteId,
$url
, $urlMd5) {
6
$this->renderPartial(
'__resourceDownload'
, array(
7
'siteId'
=> $siteId,
8
'url'
=>
$url
,
9
'urlMd5'
=> $urlMd5,
10
)
11
);
12
}
13
14
public
function
actionDw
()
15
{
16
17
$request = Yii::app()->request;
18
$options = $request->getPost(
'options'
);
19
$command =
new
ResourceDownload
;
20
$command->
download
($options);
21
}
22
}
app
protected
controllers
ResourceDownloadController.php
Generated on Tue Jun 30 2015 20:12:30 for HCE Project DC service web UI by
1.8.1.2