Pages::html($renderer[,$p,$p...])

Version 3.7

Render pages in HTML

DEPRECATED

This method should no longer be used.

Will not work in PHP 8.x

Render pages data according to the Html renderer.

Return value

Object Html

Arguments

$luokka
Name of the HTML renderer
$p
Parameters according to the renderer

Full documentation

Render table with order date, client and price:

$htmlTable = $Pages->html('taulukko','order_date,client,order_price');