lithium\data\source\Http::connect()

public method

Fake the connection since service is called for every method.

Returns

boolean

Source

	public function connect() {
		if (!$this->_isConnected) {
			$this->_isConnected = true;
		}
		return $this->_isConnected;
	}