Welcome Guest, Not a member yet? Register   Sign In
CI syntax debugging
#3

[eluser]xwero[/eluser]
Code:
$this->config->item(’arModeSortType[$this->config->item("sCurrentMode")]’)
should be changed to
Code:
$this->config->item(’arModeSortType['.$this->config->item("sCurrentMode").']’)

ps : could you use the bbcode code tags then the code is highlighted, a lot of people come to depend on highlighting to discover errors.


Messages In This Thread
CI syntax debugging - by El Forum - 03-25-2008, 07:38 AM
CI syntax debugging - by El Forum - 03-25-2008, 07:41 AM
CI syntax debugging - by El Forum - 03-25-2008, 07:42 AM
CI syntax debugging - by El Forum - 03-25-2008, 09:04 AM
CI syntax debugging - by El Forum - 03-25-2008, 09:21 AM
CI syntax debugging - by El Forum - 03-25-2008, 09:37 AM
CI syntax debugging - by El Forum - 03-25-2008, 10:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB