Html-class

Introduction

Html inheriting

The Html class is the main class, all models are built inheriting from it. The most important model is the Template from which all the controllers used to render the pages will be inherited. The Html class provides methods and attributes, in particular two are the most important init and draw. Each controller that inherits the Template will have to call up the parent’s init through the command parent::init().

Methods

  • init
  • draw
  • addFiles
  • addFilesRequired
  • addConnection
  • query
  • queryFetch
  • queryArray
  • queryInsert

Attributes

  • template
  • tags