0
私はBASE_URLがhttps://localhost/project_name/abcde/
CodeIgniterのダイナミックなベースURL
そしてabcde
あるhttps://localhost/project_name/abcde/mycontroller/myfunction
がデータベースから来るようなURL構造はなりcodigniterプロジェクトを作成します。
手段、私はあなたがABCDEのパターンを確認する必要があり
$this->uri->segment(1); //abcde(Comes from database)
$this->uri->segment(2); //controller
$this->uri->segment(3); //function