First, I use codeigniter when I am trying to use these functions.
if(empty($this->session->userdata('id'))):
When I call the page that contains this code, I'm getting error that is below
Fatal error: Can't use method return value in write context in /var/www/atlet/application/views/common/header.php on line 19
What is the reason?