source: sourcecode/application/core/MY_Loader.php @ 1

Last change on this file since 1 was 1, checked in by dungnv, 11 years ago
File size: 191 bytes
Line 
1<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
2
3/* load the MX_Loader class */
4require APPPATH."third_party/MX/Loader.php";
5
6class MY_Loader extends MX_Loader {}
Note: See TracBrowser for help on using the repository browser.