how to get class name in controller folder on codeignither framework?

This solution to get the class name from controller folder using codeigniter framework. /** * CodeIgniter * NOTE: If you change these, also change the error_reporting() code below */ // define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');/* *--------------------------------------------------------------- *...