PHP Classes

File: docs/MODERN_BASEVIEW_GUIDE.md

Recommend this page to a friend!
  Packages of Adrian M   upMVC   docs/MODERN_BASEVIEW_GUIDE.md   Download  
File: docs/MODERN_BASEVIEW_GUIDE.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 2 months ago
Size: 1,086 bytes
 

Contents

Class file image Download

Modern BaseView Guide (v2.0)

The modern UI system in upMVC is implemented in the class src/Common/Bmvc/BaseViewModern.php.

This guide is intentionally short and points you to the more detailed architectural documents that cover how the modern BaseView works, how it differs from the legacy BaseView, and how to integrate it into your own modules.

Where to start

Using the modern BaseView

  • Extend `Common\Bmvc\BaseViewModern` in your module views when you want the new layout/dark-mode-ready structure.
  • Keep using `Common\Bmvc\BaseView` if you prefer the classic minimal view layer; both are compatible.

For concrete end?to?end examples, follow the React/Vue integration guides and the Islands/architecture docs referenced in README.md.