Welcome Guest, Not a member yet? Register   Sign In
How to call libraries in config file
#2

I would just use an English key in the config array, i.e. "profile" and then on the view side of things, call the lang line, e.g.

PHP Code:
foreach($config['menu'] as $key => $value) {
    echo 
$this->lang->line($key);

Reply


Messages In This Thread
How to call libraries in config file - by ardavan - 04-21-2017, 06:53 PM
RE: How to call libraries in config file - by JayAdra - 04-21-2017, 09:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB