Render

Please note: This page is under construction and has not been finished yet.

Introduction

Use the following to retrieve the render class object.

$ns = e107::getRender();

Render methods

tablerender()

Send HTML to the browser for output.

$ns->tablerender($caption, $text, $mode, $return);

Last updated