Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Unable to locate the specified class: Session.php
Post: Unable to locate the specified class: Session.php

I have created a hook Code: -- $hook['pre_controller'] = array( 'class' => 'AdminAuthorization', 'function' => 'isAuthorize', 'filename' => 'AdminAuthorization.php', ...
6,963 Views
5 Replies
10-08-2017, 10:02 AM
codebigneer
    Thread: Active Queries problem
Post: RE: Active Queries problem

Same problem appears again Here what I am doing model.php Code: -- function a() { $record['comparitive_dividend'] = $this->get_comparative_dividends($trail_balance_year); return $recor...
6,571 Views
5 Replies
07-15-2015, 12:15 AM
codebigneer
    Thread: Active Queries problem
Post: RE: Active Queries problem

gadelat Wrote: (07-08-2015, 07:38 AM) -- 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() { ...
6,571 Views
5 Replies
07-08-2015, 09:36 PM
codebigneer
    Thread: Active Queries problem
Post: Active Queries problem

Here is my query Code: -- $this->db->select('amount AS SavingAmount'); $query  = $this->db>get_where('cashman_trial_balance',array('category_id'=>'176','clientId'=>$user['UserID'],'year'=>$year))...
6,571 Views
5 Replies
07-08-2015, 02:32 AM
codebigneer
    Thread: Problem in showing customized 404 error page
Post: Problem in showing customized 404 error page

To show custom 404 error page I did the following $route['404_override'] = 'errors'; where errors is my custom controller. Now above this is working if controller/method not found.But suppose if...
3,376 Views
2 Replies
05-12-2015, 12:25 AM
codebigneer

Theme © iAndrew 2016 - Forum software by © MyBB