I am using cibonfire,
I have to use some constants in my programs which can be changed later.
So what I am doing is I am writing my config file inside application/config/roles.php
and using that config file in my modules to get that constants, but I am not getting the required result.
SOLVED…
Solved 🙂
In my view Page, I did this
<?php $role_name = $this->config->item('roles.permission','roles'); ?>