예제 #1
0
 protected function create()
 {
     parent::create();
     $this->basename = 'pullitems';
     $this->perpull = 20;
     $this->pull = array();
     $this->modified = array();
 }
예제 #2
0
 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' => '');
 }
예제 #3
0
 protected function create()
 {
     parent::create();
     $view = tview::i();
     $this->items =& $view->sidebars;
 }