Codeigniter constructors. What is the difference?

后端 未结 4 1200
轻奢々
轻奢々 2021-02-09 18:03

I see two types of contructors in CI. For instance...

class Blog extends CI_Controller
{
    function __construct()
    {
        parent::__construct();
    }
}
         


        
4条回答
提交回复
热议问题