Approximate line number 62 in main.php:
$sessions = new $this->driver($this->db);
1) Is driver() any method? where is it defined?
2)new $this->driver -- i cannot make anything out of it . What is the explanation from the programming view ?
I am using custom installation
Thanks in advance
Approximate line number 62 in main.php:
$sessions = new $this->driver($this->db);
1) Is driver() any method? where is it defined?
2)new $this->driver -- i cannot make anything out of it . What is the explanation from the programming view ?
I am using custom installation
Thanks in advance