3.5.0 • Published 2 years ago

@kohanajs/core-mvc v3.5.0

Weekly downloads
19
License
MIT
Repository
gitlab
Last release
2 years ago

KohanaJS core-mvc

The mvc inspired from PHP's Kohana framework's pattern.

The core mvc defines MVC classes

Model

Model is simple Javascript Object. Define it for future extension.

View

View is Adapter for different template engine. User store data in view.data, then render it to get text.

Controller

Controller is the class accept request and return response from a client. It provides 3 stages to execute a request. 1. before() 2. action_XXX() 3. after()

ControllerMixin

Decorator for Controllers to perform additional functionality

3.5.0

2 years ago

3.4.1

2 years ago

3.2.2

3 years ago

3.3.0

3 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.0

4 years ago

2.3.0

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago