Pages::html($renderer[,$p,$p...])
Version 3.7
Render pages in HTML
Version 3.7
Render pages in HTML
This method should no longer be used.
Will not work in PHP 8.x
Render pages data according to the Html renderer.
Object Html
Render table with order date, client and price:
$htmlTable = $Pages->html('taulukko','order_date,client,order_price');