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

(07-08-2015, 07:38 AM)gadelat Wrote: 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?

I am using 2.x last version

But thanks for you reply , I configured the error its due to db prefix if I am using the db prefix as "abc" then every active query has double * but when I use abc_ then there is only one * and the query runs fine. May be this proble be in 3.x version also.
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