protected function create() { parent::create(); $this->basename = 'pullitems'; $this->perpull = 20; $this->pull = array(); $this->modified = array(); }
protected function create() { parent::create(); $this->basename = 'oauth'; $this->key = ''; $this->secret = ''; $this->token = ''; $this->tokensecret = ''; $this->timeout = 2; $this->urllist = array('request' => 'https://api.twitter.com/oauth/request_token', 'authorize' => 'https://api.twitter.com/oauth/authorize', 'access' => 'https://api.twitter.com/oauth/access_token', 'callback' => ''); }
protected function create() { parent::create(); $view = tview::i(); $this->items =& $view->sidebars; }