http://modernpug.github.io/php-the-right-way/
카테고리 글 보관함:php
codeigniter 부모 클래스 상속시키는 방법
<?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’); require_once APPPATH . ‘controllers/welcome.php’; class Test extends Welcome {} <- 위와 같이 사용하면 됨 출처 : http://www.codeigniter-kr.org/tip/view/1006/page/1/q/