-
Notifications
You must be signed in to change notification settings - Fork 16
Using Components
Rosario Carvello edited this page May 18, 2020
·
3 revisions
The components provided by the framework are instances of the abstract class framework\components\Component
, in turn, an instance of the abstract class framework\Controller
; therefore, a component is a full-fledged controller.
In the next page, we start by showing the first and simple webMVC Component: the DataRepeater