admin

(ReachRSS >= 0.91)
admin -- Display the ReachRSS HTML Admin Interface

Description

void admin ( void )

This functions outputs the ReachRSS HTML admin interface to the browser. It returns complete HTML pages, not segments, and so should be called as the only item on the page.

Example 1. admin() example

$ReachRSS = new ReachRSS();
$ReachRSS->admin();

See also output()

Back to Function List

 

Home | Features | Samples | Demo | Download | Register | Help / Support