Skip to content

AbstractController

Base MVC controller for PhalconKit applications.

The class keeps Phalcon's native controller behavior and adds typed injectable properties used throughout the framework. Application controllers can extend it when they want direct access to the PhalconKit DI helper surface without re-declaring those service properties.


Methods

initialize

public initialize(): void