iris/_examples/mvc
Gerasimos (Makis) Maropoulos 4fb78bbcd9 Update sessions/sessiondb/badger to its latest version and SessionController is able to initialize itself if session manager is not provided by the caller-dev.
Changes:

Update the badger database using transactions, as supported from yesterday via: 06242925c2

Add a custom `OnActivate` via mvc/activator/activate_listener.go, this can be used to perform any custom actions when the app registers the supported Controllers. See mvc/session_controller.go for the excellent use case.

errors.Reporter.AddErr returns true if the error is added to the stack, otherwise false


Former-commit-id: c896a2d186a4315643f3c5fdb4325f7ee48a9e0a
2017-10-06 01:19:10 +03:00
..
controller-with-model-and-view Fan of the MVC Architectural Pattern? 2017-08-28 11:40:25 +03:00
hello-world add content type and response text to the Controller 💯 2017-09-02 14:32:14 +03:00
login Fix _examples/mvc/login/user/controller.go redirection from POST: /user/register to GET: /user/me as reported at https://github.com/kataras/iris/issues/777 2017-10-05 03:26:39 +03:00
session-controller Update sessions/sessiondb/badger to its latest version and SessionController is able to initialize itself if session manager is not provided by the caller-dev. 2017-10-06 01:19:10 +03:00
web_mvc_diagram.png Update to 8.3.0 | MVC Models and Bindings and fix of #723 , read HISTORY.md 2017-08-18 17:09:18 +03:00