ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/
Upload File :
Current File : //proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/Welcomes.php

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

class Welcomes extends CI_Controller {

  public function __construct() {
      parent::__construct(); 
    // $this->load->database();
   
 
   }
 
    public function show()
    {
        print_r($this->db);
        $data['projects'] = $this->setting_model->get();
        $this->load->view('welcome_message');
    }
}

Zerion Mini Shell 1.0