2017 © Pedro Peláez
 

library yii2-nox-mvc

Yii2 NOX MVC

image

nox-it/yii2-nox-mvc

Yii2 NOX MVC

  • Saturday, May 27, 2017
  • by jsas-development
  • Repository
  • 2 Watchers
  • 1 Stars
  • 444 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 12 Versions
  • 13 % Grown

The README.md

Yii PHP Framework Version 2 / NYX MVC

NYX MVC adds more functionality to the following YII2 MVC Classes: \yii\base\Model, \yii\db\ActiveRecord, \yii\web\Controller and \yii\web\View., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist nyx-solutions/yii2-nyx-mvc "*"

or add, (*5)

"nyx-solutions/yii2-nyx-mvc": "*"

to the require section of your composer.json file., (*6)

Usage

Models

Just use extends in your base class:, (*7)

class Model extends \nyx\mvc\base\Model
{
}

ActiveRecord Models

Just use extends in your base class:, (*8)

class ActiveRecordModel extends \nyx\mvc\base\ActiveRecord
{
}

Controllers:

Just use extends in your base class:, (*9)

class Controller extends \nyx\mvc\web\Controller
{
}

Views:

Just use extends in your base class:, (*10)

namespace frontend\components\web;

class View extends \nyx\mvc\web\View
{
}

And configure your View in the components section of your Yii2 configuration file., (*11)

'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., (*12)

Yii2, (*13)

The Versions

27/05 2017

dev-master

9999999-dev

Yii2 NOX MVC

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

27/05 2017

1.1.0

1.1.0.0

Yii2 NOX MVC

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

14/10 2016

1.0.9

1.0.9.0

Yii2 NOX MVC

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

13/07 2016

1.0.8

1.0.8.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

30/05 2016

1.0.7

1.0.7.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

27/04 2016

1.0.6

1.0.6.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

25/04 2016

1.0.5

1.0.5.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

12/04 2016

1.0.4

1.0.4.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

03/03 2016

1.0.3

1.0.3.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

27/02 2016

1.0.2

1.0.2.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

21/02 2016

1.0.1

1.0.1.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc

21/02 2016

1.0.0

1.0.0.0

Yii2 NOX MVC

  Sources   Download

Apache-2.0

The Requires

 

by Jonatas Sas

framework extension php yii2 mvc