Example #1
0
<?php

/**
 * Tuitter - Twitter Client Class for PHP 5
 *
 * PHP versions 5
 *
 * @author    Naohiko MORI <*****@*****.**>
 * @copyright 2009 Naohiko MORI <*****@*****.**>
 * @license   Dual licensed under the MIT and GPL licenses.
 */
Tuitter::init();
/**
 * Tuitter Main Class
 */
class Tuitter
{
    /**
     * protected members
     */
    protected $_user;
    protected $_pass;
    protected $_cache;
    protected $_client_name;
    protected $_client_version;
    protected $_client_url;
    protected $_retry = 3;
    protected $_retryInterval = 1;
    /**
     * Load modules Tuitter uses
     *