[] ]; foreach (['sample','customer','sample_upgrade_order'] as $model) { $this->load->model($model.'_model'); $ret['count'][$model] = (int)$this->{$model.'_model'}->total(); } $ret['count']['order_total'] = 0; $this->success($ret); } }