Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
10
homestead/application/core/MY_Model.php
Normal file
10
homestead/application/core/MY_Model.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class MY_Model extends CI_Model {
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user