first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
function getClassName()
|
||||
{
|
||||
$CI = &get_instance();
|
||||
|
||||
return $CI->router->fetch_class();
|
||||
}
|
||||
Reference in New Issue
Block a user