mmjaeger Reply #1, 2 years, 7 months ago
Hello
I don't know whether I'm doing something wrong or if there is an error somewhere
when I echo the following:
//$charset = $GLOBALS['database_connection_charset'];
echo 'type: ' . gettype($this->config['charset']);
$charset = $charset ? $charset : $this->config['charset'];
I get "string" - if I just echo gettype($charset), I'm getting NULL?
I don't know whether I'm doing something wrong or if there is an error somewhere
when I echo the following:
//$charset = $GLOBALS['database_connection_charset'];
echo 'type: ' . gettype($this->config['charset']);
$charset = $charset ? $charset : $this->config['charset'];
I get "string" - if I just echo gettype($charset), I'm getting NULL?
I don't understand the problem here.