CI_Controller を拡張するクラス ControllerCommonDashboard を持つことができるライブラリまたはヘルパーはありますが、ファイル名は単に dashboard.php です。
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class ControllerCommonDashboard extends MX_Controller {
}
現時点では、ファイル名をクラス名と同じにする必要があります。
これらの関数を使用して目的を達成する方法がわからない
$this->router->fetch_class();
$this->router->fetch_method();
$this->router->fetch_module();