diff --git a/framework/console/create/default/index.php b/framework/console/create/default/index.php deleted file mode 100644 index 461b364..0000000 --- a/framework/console/create/default/index.php +++ /dev/null @@ -1,10 +0,0 @@ -run(); \ No newline at end of file diff --git a/framework/console/create/default/protected/config/main.php b/framework/console/create/default/protected/config/main.php deleted file mode 100644 index 1e3f981..0000000 --- a/framework/console/create/default/protected/config/main.php +++ /dev/null @@ -1,16 +0,0 @@ - 'My Web Application', - - 'components' => array( - // uncomment the following to use a MySQL database - /* - 'db' => array( - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=testdrive', - 'username' => 'root', - 'password' => '', - ), - */ - ), -); \ No newline at end of file diff --git a/framework/console/create/default/protected/controllers/SiteController.php b/framework/console/create/default/protected/controllers/SiteController.php deleted file mode 100644 index b47b93c..0000000 --- a/framework/console/create/default/protected/controllers/SiteController.php +++ /dev/null @@ -1,15 +0,0 @@ -render('index', array( - 'name' => 'Qiang', - )); - } -} \ No newline at end of file diff --git a/framework/console/create/default/protected/views/layouts/main.php b/framework/console/create/default/protected/views/layouts/main.php deleted file mode 100644 index 197b4a2..0000000 --- a/framework/console/create/default/protected/views/layouts/main.php +++ /dev/null @@ -1,16 +0,0 @@ - - -
- -