ok

Mini Shell

Direktori : /home2/selectio/www/geniusgroove.in/crm/api/application/controllers/
Upload File :
Current File : /home2/selectio/www/geniusgroove.in/crm/api/application/controllers/Welcome.php

<?php

defined('BASEPATH') or exit('No direct script access allowed');

class Welcome extends CI_Controller
{

    public function __construct()
    {
        parent::__construct();
        $this->load->model(array('student_model', 'customfield_model', 'setting_model'));
    }

    public function index()
    {
        $this->load->view('welcome_message');
    }

}

Zerion Mini Shell 1.0