Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
ff81274b
Commit
ff81274b
authored
Jan 26, 2016
by
Shakarim Sapa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавлен контроллер и вьюха для работы с триггерами
parent
d8e9162c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
1 deletion
+25
-1
common/modules/triggers/controllers/DefaultController.php
common/modules/triggers/controllers/DefaultController.php
+1
-1
common/modules/triggers/controllers/TriggerAdminController.php
...n/modules/triggers/controllers/TriggerAdminController.php
+23
-0
common/modules/triggers/views/trigger-admin/manage.php
common/modules/triggers/views/trigger-admin/manage.php
+1
-0
No files found.
common/modules/triggers/controllers/DefaultController.php
View file @
ff81274b
...
@@ -11,7 +11,7 @@ class DefaultController extends BaseController
...
@@ -11,7 +11,7 @@ class DefaultController extends BaseController
{
{
public
static
function
actionsTitles
(){
public
static
function
actionsTitles
(){
return
[
return
[
'
i
ndex'
=>
'Главная страница модуля'
'
I
ndex'
=>
'Главная страница модуля'
];
];
}
}
/**
/**
...
...
common/modules/triggers/controllers/TriggerAdminController.php
0 → 100644
View file @
ff81274b
<?php
/**
* Created by PhpStorm.
* User: PHOENIX
* Date: 26.01.16
* Time: 17:03
*/
namespace
common\modules\triggers\controllers
;
use
common\components\AdminController
;
class
TriggerAdminController
extends
AdminController
{
public
static
function
actionsTitles
(){
return
[
'Manage'
=>
'Управление триггерами'
];
}
public
function
actionManage
(){
return
$this
->
render
(
'manage'
);
}
}
\ No newline at end of file
common/modules/triggers/views/trigger-admin/manage.php
0 → 100644
View file @
ff81274b
<?php
\ 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