Welcome Guest, Not a member yet? Register   Sign In
vars in own config file not available on other server
#2

[eluser]InsiteFX[/eluser]
Hi,

Did you try this?

Code:
$data['total_offline'] = $this->news_model->count_offline_entries(tbl_news_de);
$data['total_online'] = $this->news_model->count_online_entries(tbl_news_de);

Not sure if thats the problem but I do not think that you need $this on there.
$this refers to the object that you are in say controller.

Enjoy
InsiteFX


Messages In This Thread
vars in own config file not available on other server - by El Forum - 09-09-2009, 09:00 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 12:16 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 02:10 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 02:25 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 02:37 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 03:15 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 03:44 AM
vars in own config file not available on other server - by El Forum - 09-10-2009, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB