코드이그나이터 기반 PHP 오픈소스 게시판 : 씨아이보드

parent::__construct();

  • 아기새
  • 1
  • 3,163
  • 글주소
  • 12-26
class Login extends CB_Controller
{
    function __construct()
    {
        parent::__construct();

    }


}
=============================================

    function __construct()
    {
        parent::__construct();

    }
이게 대충은 include 역활을 한다는것만알고있는데
정확하게 뭔지를 모르겠습니다..
CB_Controller 이거를 inlcude한다는건가요?..