PHP | /var/www/ats/planet-lepote.com/library/Zend/Db/Adapter/Pdo/Abstract.php, line 144 |
---|---|
URI | GET /index.php/nicky35/section/my-followers |
if (!empty($this->_config['charset'])) {
$initCommand = "SET NAMES '" . $this->_config['charset'] . "'";
$this->_config['driver_options'][1002] = $initCommand; // 1002 = PDO::MYSQL_ATTR_INIT_COMMAND
}
parent::_connect();
}
/**
* @return string
*/
* @return Zend_Db_Statement_Interface
*/
public function query($sql, $bind = array())
{
// connect to the database if needed
$this->_connect();
// is the $sql a Zend_Db_Select object?
if ($sql instanceof Zend_Db_Select) {
if (empty($bind)) {
$bind = $sql->getBind();
Arg | Name | Value |
---|---|---|
0 | $sql |
'SET NAMES utf8'
|
1 | $bind |
array ( |
}
}
}
try {
return parent::query($sql, $bind);
} catch (PDOException $e) {
/**
* @see Zend_Db_Statement_Exception
*/
require_once 'Zend/Db/Statement/Exception.php';
Arg | Name | Value |
---|---|---|
0 | $sql |
'SET NAMES utf8'
|
$config = $this->getOptions();
$dbConfig = $config['resources']['db'];
$dbConfig['connection']['charset'] = $dbConfig['encoding'];
$db = Zend_Db::factory($dbConfig['type'], $dbConfig['connection']);
$db->query('SET NAMES ' . $dbConfig['encoding']);
$db->query('SET CHARACTER SET ' . $dbConfig['encoding']);
$db->query("SET time_zone = '" . $dbConfig['timezone'] . "'");
$db->query('SET group_concat_max_len = @@max_allowed_packet;');
//dump($db);
Zend_Db_Table::setDefaultAdapter($db);
$classResources = $this->getClassResources();
if (array_key_exists($resourceName, $classResources)) {
$this->_started[$resourceName] = true;
$method = $classResources[$resourceName];
$return = $this->$method();
unset($this->_started[$resourceName]);
$this->_markRun($resourceName);
if (null !== $return) {
$this->getContainer()->{$resourceName} = $return;
Arg | Name | Value |
---|---|---|
0 | $resource |
'db'
|
*/
protected function _bootstrap($resource = null)
{
if (null === $resource) {
foreach ($this->getClassResourceNames() as $resource) {
$this->_executeResource($resource);
}
foreach ($this->getPluginResourceNames() as $resource) {
$this->_executeResource($resource);
}
Arg | Name | Value |
---|---|---|
0 | $resource |
'db'
|
* @return Zend_Application_Bootstrap_BootstrapAbstract
* @throws Zend_Application_Bootstrap_Exception When invalid argument was passed
*/
final public function bootstrap($resource = null)
{
$this->_bootstrap($resource);
return $this;
}
/**
* Overloading: intercept calls to bootstrap<resourcename>() methods
Arg | Name | Value |
---|---|---|
0 | $resource |
NULL
|
* @param null|string|array $resource
* @return Zend_Application
*/
public function bootstrap($resource = null)
{
$this->getBootstrap()->bootstrap($resource);
return $this;
}
/**
* Run the application
$application = new Zend_Application(
APPLICATION_STATE,
$finalConfig
);
$application->bootstrap()
->run();
accept: */*
user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
cookie: profile-views=18888; Planet-Lepote=udp0220qmelhi4tqv4160v3gap
accept-encoding: gzip, br, zstd, deflate
host: www.planet-lepote.com
No data
No data
Variable | Value |
---|---|
profile-views |
'18888'
|
Planet-Lepote |
'udp0220qmelhi4tqv4160v3gap'
|
Variable | Value |
---|---|
APPLICATION_STATE |
'production'
|
HTTPS |
'on'
|
SSL_TLS_SNI |
'www.planet-lepote.com'
|
HTTP_ACCEPT |
'*/*'
|
HTTP_USER_AGENT |
'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
|
HTTP_COOKIE |
'profile-views=18888; Planet-Lepote=udp0220qmelhi4tqv4160v3gap'
|
HTTP_ACCEPT_ENCODING |
'gzip, br, zstd, deflate'
|
HTTP_HOST |
'www.planet-lepote.com'
|
PATH |
'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
SERVER_SIGNATURE |
''
|
SERVER_SOFTWARE |
'Apache/2.4.29 (Ubuntu)'
|
SERVER_NAME |
'www.planet-lepote.com'
|
SERVER_ADDR |
'144.76.83.145'
|
SERVER_PORT |
'443'
|
REMOTE_ADDR |
'18.224.64.24'
|
DOCUMENT_ROOT |
'/var/www/ats/planet-lepote.com/htdocs/'
|
REQUEST_SCHEME |
'https'
|
CONTEXT_PREFIX |
''
|
CONTEXT_DOCUMENT_ROOT |
'/var/www/ats/planet-lepote.com/htdocs/'
|
SERVER_ADMIN |
'andrej.somrak@ats-on.net'
|
SCRIPT_FILENAME |
'/var/www/ats/planet-lepote.com/htdocs/index.php'
|
REMOTE_PORT |
'49969'
|
GATEWAY_INTERFACE |
'CGI/1.1'
|
SERVER_PROTOCOL |
'HTTP/1.1'
|
REQUEST_METHOD |
'GET'
|
QUERY_STRING |
''
|
REQUEST_URI |
'/index.php/nicky35/section/my-followers'
|
SCRIPT_NAME |
'/index.php'
|
PATH_INFO |
'/nicky35/section/my-followers'
|
PATH_TRANSLATED |
'redirect:/index.php/nicky35/section/my-followers/section/my-followers'
|
PHP_SELF |
'/index.php/nicky35/section/my-followers'
|
REQUEST_TIME_FLOAT |
1747306792.597
|
REQUEST_TIME |
1747306792
|
No data
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-type: text/html; charset=UTF-8