lithium\data\source\Http::connect()
Implements
lithium\data\Source::connect()
Fake the connection since service is called for every method.
Returns
booleanSource
public function connect() {
if (!$this->_isConnected) {
$this->_isConnected = true;
}
return $this->_isConnected;
}