startup

(ReachRSS >= 0.91)
startup -- Loads cached data and refreshes any channels that need refreshing

Description

boolean startup ( void )

This functions calls load_data() and then update_all_channels() in order to prepare the ReachRSS object for use. You don't need to call this function before performing other actions, but it's recommended if you're planning on using the RSS data.

startup() returns true if there were no problems, false otherwise.

Example 1. startup() example

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

See also load_data(), update_all_channels(), output(), save()

Back to Function List

 

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