File: MY_Loader.php

package info (click to toggle)
kalkun 0.8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 7,340 kB
  • sloc: php: 30,659; javascript: 30,443; sql: 961; sh: 766; xml: 105; makefile: 40
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

// load the MX_Loader class
require APPPATH.'third_party/MX/Loader.php';

class MY_Loader extends MX_Loader {

}