Files
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

10 lines
166 B
PHP

<?php
defined('BASEPATH') or exit('No direct script access allowed');
function getClassName()
{
$CI = &get_instance();
return $CI->router->fetch_class();
}