Welcome Guest, Not a member yet? Register   Sign In
Active Queries problem
#2

I don't think this is the code which causes problem. Try this and I bet you will see double * there anyway.
PHP Code:
function get_balances()
{
 
 die($this->db->get_compiled_select('cashman_trial_balance'));

Remember that you can construct single query using multiple methods. Also, do you use CodeIgniter 3.0?
Reply


Messages In This Thread
Active Queries problem - by codebigneer - 07-08-2015, 02:32 AM
RE: Active Queries problem - by gadelat - 07-08-2015, 07:38 AM
RE: Active Queries problem - by codebigneer - 07-08-2015, 09:36 PM
RE: Active Queries problem - by mwhitney - 07-09-2015, 10:01 AM
RE: Active Queries problem - by codebigneer - 07-15-2015, 12:15 AM
RE: Active Queries problem - by mwhitney - 07-15-2015, 07:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB