nox-it/yii2-nox-mvc
最新稳定版本:2.0.1
Composer 安装命令:
composer require nox-it/yii2-nox-mvc
包简介
Yii2 NYX MVC
README 文档
README
NOX MVC adds more functionality to the following YII2 MVC Classes: \yii\base\Model, \yii\db\ActiveRecord, \yii\web\Controller and \yii\web\View.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nyx-solutions/yii2-nyx-mvc "*"
or add
"nyx-solutions/yii2-nyx-mvc": "*"
to the require section of your composer.json file.
Usage
Models
Just use extends in your base class:
class Model extends \nyx\mvc\base\Model { }
ActiveRecord Models
Just use extends in your base class:
class ActiveRecordModel extends \nyx\mvc\base\ActiveRecord { }
Controllers:
Just use extends in your base class:
class Controller extends \nyx\mvc\web\Controller { }
Views:
Just use extends in your base class:
namespace frontend\components\web; class View extends \nyx\mvc\web\View { }
And configure your View in the components section of your Yii2 configuration file.
'components' => [ 'view' => [ 'class' => 'frontend\components\web\View' ] ]
License
yii2-nyx-mvc is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 32.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-02-21