アプリパス
echo APPPATH; // ci3app/application/
アプリパス(モジュールあり)
echo APPPATH; // ci3app/application/hoge/
プロジェクトパス表示(php標準コードの場合)
echo getcwd(); // ci3app