Controller

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.


  • Full name: \PhalconKit\Mvc\Controller
  • Parent class: Controller