Welcome Guest, Not a member yet? Register   Sign In
parse error, expecting `T_STRING' or `T_VARIABLE'
#3

[eluser]eoinmcg[/eluser]
As the error message and wiredesignz says it's all in line 7

change:
Code:
$data['result'] = $this->helloworld_model-><span class="sql">getData</span>()

to:
Code:
$data['result'] = $this->helloworld_model->getData();


Messages In This Thread
parse error, expecting `T_STRING' or `T_VARIABLE' - by El Forum - 06-04-2009, 11:40 PM
parse error, expecting `T_STRING' or `T_VARIABLE' - by El Forum - 06-04-2009, 11:45 PM
parse error, expecting `T_STRING' or `T_VARIABLE' - by El Forum - 06-05-2009, 01:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB