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
All
Classes
Namespaces
Files
Functions
Variables
Pages
JobModule.php
Go to the documentation of this file.
1
<?php
2
3
class
JobModule
extends
CWebModule
4
{
5
public
function
init
()
6
{
7
// this method is called when the module is being created
8
// you may place code here to customize the module or the application
9
10
// import the module-level models and components
11
$this->setImport(array(
12
'job.controllers.*'
,
13
'job.models.*'
,
14
));
15
16
$this->defaultController =
'Jobs'
;
17
}
18
}
app
protected
modules
job
JobModule.php
Generated on Tue Jun 30 2015 20:12:35 for HCE Project DC service web UI by
1.8.1.2