|
@@ -1,25 +0,0 @@
|
|
|
-<?php
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-return [
|
|
|
-
|
|
|
- '__file__' => ['hello.php', 'test.php'],
|
|
|
-
|
|
|
- 'demo' => [
|
|
|
- '__file__' => ['common.php'],
|
|
|
- '__dir__' => ['behavior', 'controller', 'model', 'view'],
|
|
|
- 'controller' => ['Index', 'Test', 'UserType'],
|
|
|
- 'model' => ['User', 'UserType'],
|
|
|
- 'view' => ['index/index'],
|
|
|
- ],
|
|
|
-
|
|
|
-];
|