PHP Classes

File: wiki/Using-Components.md

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   wiki/Using-Components.md   Download  
File: wiki/Using-Components.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change:
Date: 1 month ago
Size: 394 bytes
 

Contents

Class file image Download

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