Can you please tell me an error in line 3
class MY_Controller extends CI_Controller { protected $header = []; protected $data = []; protected $footer = []; protected $user = false; Can you please tell me an error in line 3
class MY_Controller extends CI_Controller { protected $header = []; protected $data = []; protected $footer = []; protected $user = false; Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
Source: https://ru.stackoverflow.com/questions/608955/
All Articles