Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
|
|
class MY_Model extends CI_Model |
|
{ |
|
function __construct() |
|
{ |
|
parent::__construct(); |
|
|
|
} |
|
} |
|
|
|
class SB_Model extends MY_Model |
|
{ |
|
function __construct() |
|
{ |
|
parent::__construct(); |
|
|
|
} |
|
} |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.