construct module
This commit is contained in:
8
app/modules/Е�test/controllers/Е�testController.php
Normal file
8
app/modules/Е�test/controllers/Е�testController.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\modules\ЕÑtest\controllers;
|
||||
|
||||
class ЕÑtestController extends \kernel\app_modules\ЕÑtest\controllers\ЕÑtestController
|
||||
{
|
||||
|
||||
}
|
11
app/modules/Е�test/manifest.json
Normal file
11
app/modules/Е�test/manifest.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "test",
|
||||
"version": "0.1",
|
||||
"author": "stas",
|
||||
"slug": "ЕÑtest",
|
||||
"description": "test module",
|
||||
"module_class": "app\\modules\\ЕÑtest\\ЕÑtestModule",
|
||||
"module_class_file": "{APP}/modules/ЕÑtest/ЕÑtestModule.php",
|
||||
"routs": "routs/ЕÑtest.php",
|
||||
"migration_path": "migrations"
|
||||
}
|
2
app/modules/Е�test/routs/Е�test.php
Normal file
2
app/modules/Е�test/routs/Е�test.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
include KERNEL_APP_MODULES_DIR . "/ЕÑtest/routs/ЕÑtest.php";
|
8
app/modules/Е�test/Е�testModule.php
Normal file
8
app/modules/Е�test/Е�testModule.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\modules\ЕÑtest;
|
||||
|
||||
class ЕÑtestModule extends \kernel\app_modules\ЕÑtest\ЕÑtestModule
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user