PHP | /home/denisebr/public_html/zend/library/Zend/Gdata/App.php, line 689 |
---|---|
URI | GET / |
Arg | Name | Value |
---|---|---|
0 | $method |
'GET'
|
1 | $url |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
2 | $headers |
array ( |
3 | $body |
NULL
|
4 | $contentType |
NULL
|
5 | $remainingRedirects |
NULL
|
$body = $filterResult['body'];
$headers = $filterResult['headers'];
$contentType = $filterResult['contentType'];
return $this->_httpClient->filterHttpResponse(parent::performHttpRequest($method, $url, $headers, $body, $contentType, $remainingRedirects));
} else {
return parent::performHttpRequest($method, $url, $headers, $body, $contentType, $remainingRedirects);
}
}
/**
* Determines whether service object is authenticated.
Arg | Name | Value |
---|---|---|
0 | $method |
'GET'
|
1 | $url |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
2 | $headers |
array ( |
* @return Zend_Http_Response
*/
public function get($uri, $extraHeaders = array())
{
$requestData = $this->prepareRequest('GET', $uri, $extraHeaders);
return $this->performHttpRequest($requestData['method'], $requestData['url'], $requestData['headers']);
}
/**
* POST data with client object
*
Arg | Name | Value |
---|---|---|
0 | $uri |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
1 | $extraHeaders |
NULL
|
* useObjectMapping() function.
*/
public function importUrl($url, $className='Zend_Gdata_App_Feed',
$extraHeaders = array())
{
$response = $this->get($url, $extraHeaders);
$feedContent = $response->getBody();
if (!$this->_useObjectMapping) {
return $feedContent;
}
Arg | Name | Value |
---|---|---|
0 | $url |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
1 | $className |
'Zend_Gdata_Photos_UserFeed'
|
2 | $extraHeaders |
NULL
|
* by passing false to the
* useObjectMapping() function.
*/
public function getFeed($uri, $className='Zend_Gdata_App_Feed')
{
return $this->importUrl($uri, $className, null);
}
/**
* Retrieve entry as string or object
*
Arg | Name | Value |
---|---|---|
0 | $uri |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
1 | $className |
'Zend_Gdata_Photos_UserFeed'
|
require_once 'Zend/Gdata/App/InvalidArgumentException.php';
throw new Zend_Gdata_App_InvalidArgumentException(
'You must specify the location as either a string URI ' .
'or a child of Zend_Gdata_Query');
}
return parent::getFeed($uri, $className);
}
/**
* Retrieve entry as string or object
*
Arg | Name | Value |
---|---|---|
0 | $location |
'http://picasaweb.google.com/data/feed/api/user/tracy_island@btopenworld.com?kind=album'
|
1 | $className |
'Zend_Gdata_Photos_UserFeed'
|
$uri = self::PICASA_BASE_FEED_URI . '/' .
self::DEFAULT_PROJECTION . '/' . self::USER_PATH . '/' .
self::DEFAULT_USER;
}
return parent::getFeed($uri, 'Zend_Gdata_Photos_UserFeed');
}
/**
* Retreive AlbumFeed object containing multiple PhotoEntry or TagEntry
* objects.
Arg | Name | Value |
---|---|---|
0 | $userName |
NULL
|
1 | $location |
Zend_Gdata_Photos_UserQuery::__set_state(array( |
$query->setUser($this->_user);
$query->setProjection('api');
$query->setKind('album');
// set album list
$this->_albumList = $photos->getUserFeed(null, $query);
$this->_albums = $this->_helper->AlbumsProcessor($this->_albumList, $this->_section);
// current album
if (!isset($albumId)) {
//Zend_Debug::dump($this->_albumList[0]); exit;
// preDispatch() didn't change the action, so we can continue
if ($this->getInvokeArg('useCaseSensitiveActions') || in_array($action, $this->_classMethods)) {
if ($this->getInvokeArg('useCaseSensitiveActions')) {
trigger_error('Using case sensitive actions without word separators is deprecated; please do not rely on this "feature"');
}
$this->$action();
} else {
$this->__call($action, array());
}
$this->postDispatch();
}
Arg | Name | Value |
---|---|---|
0 | $action |
'indexAction'
|
if (empty($disableOb)) {
ob_start();
}
try {
$controller->dispatch($action);
} catch (Exception $e) {
// Clean output buffer on error
$curObLevel = ob_get_level();
if ($curObLevel > $obLevel) {
do {
Arg | Name | Value |
---|---|---|
0 | $request |
Zend_Controller_Request_Http::__set_state(array( |
1 | $response |
Zend_Controller_Response_Http::__set_state(array( |
/**
* Dispatch request
*/
try {
$dispatcher->dispatch($this->_request, $this->_response);
} catch (Exception $e) {
if ($this->throwExceptions()) {
throw $e;
}
$this->_response->setException($e);
// run
// not catching anything here so that prettybluescreen can format errors
/* @todo fix error handling here and switch off throw exceptions above */
//try {
$frontController->dispatch ();
//} catch (Exception $e){
//$this->_response->setException($e);
//$error = new ErrorController($this->_request, $this->_response);
//$error->errorAction();
//}
}
//$configSection = 'denise';
$bootstrap = new Bootstrap($configSection);
$bootstrap->runApp();
} catch (Exception $e) {
// RECOMMENT ON PRODUCTION otherwise shows the blue error screen warnings
throw $e;
User-Agent: CCBot/2.0 (https://commoncrawl.org/faq/)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
If-Modified-Since: Wed, 16 Jan 2019 20:01:06 GMT
Host: denisebryan.com
Connection: Keep-Alive
Accept-Encoding: gzip
No data
No data
No data
Variable | Value |
---|---|
PATH |
'/bin:/usr/bin:/usr/local/bin'
|
HTTP_ACCEPT |
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
HTTP_ACCEPT_ENCODING |
'gzip'
|
HTTP_CONNECTION |
'Keep-Alive'
|
HTTP_HOST |
'denisebryan.com'
|
HTTP_USER_AGENT |
'CCBot/2.0 (https://commoncrawl.org/faq/)'
|
HTTP_IF_MODIFIED_SINCE |
'Wed, 16 Jan 2019 20:01:06 GMT'
|
DOCUMENT_ROOT |
'/home/denisebr/public_html'
|
REMOTE_ADDR |
'107.23.176.162'
|
REMOTE_PORT |
'36236'
|
SERVER_ADDR |
'5.153.222.41'
|
SERVER_NAME |
'denisebryan.com'
|
SERVER_ADMIN |
'webmaster@denisebryan.com'
|
SERVER_PORT |
'80'
|
REQUEST_URI |
'/'
|
SCRIPT_FILENAME |
'/home/denisebr/public_html/index.php'
|
QUERY_STRING |
''
|
SCRIPT_URI |
'http://denisebryan.com/'
|
SCRIPT_URL |
'/'
|
SCRIPT_NAME |
'/index.php'
|
SERVER_PROTOCOL |
'HTTP/1.1'
|
SERVER_SOFTWARE |
'LiteSpeed'
|
REQUEST_METHOD |
'GET'
|
X-LSCACHE |
'on'
|
PHP_SELF |
'/index.php'
|
REQUEST_TIME_FLOAT |
1550513193.5017349720001220703125
|
REQUEST_TIME |
1550513193
|
argv |
array (
)
|
argc |
0
|
No data
Set-Cookie: PHPSESSID=kghur5m4o5h2t4shdj40m7s462; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html; charset=UTF-8