Go to file
Chandra Pramudya Harvanto c53419b2f5 Upload Project Skripsi 2024-07-15 10:21:34 +07:00
application Upload Project Skripsi 2024-07-15 10:21:34 +07:00
assets Upload Project Skripsi 2024-07-15 10:21:34 +07:00
db Upload Project Skripsi 2024-07-15 10:21:34 +07:00
sources Upload Project Skripsi 2024-07-15 10:21:34 +07:00
system Upload Project Skripsi 2024-07-15 10:21:34 +07:00
.gitignore Upload Project Skripsi 2024-07-15 10:21:34 +07:00
.htaccess Upload Project Skripsi 2024-07-15 10:21:34 +07:00
LICENSE Upload Project Skripsi 2024-07-15 10:21:34 +07:00
README.md Upload Project Skripsi 2024-07-15 10:21:34 +07:00
README.txt Upload Project Skripsi 2024-07-15 10:21:34 +07:00
index.php Upload Project Skripsi 2024-07-15 10:21:34 +07:00
peta.html Upload Project Skripsi 2024-07-15 10:21:34 +07:00

README.md

Stisla logo

Stisla for CodeIgniter

Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.

Stisla Preview

Table of contents

Installation

https://github.com/KhidirDotID/stisla-codeigniter.git

Usage

  • Create a new Controller at application/controllers then put like this:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Controller_name extends CI_Controller {

	public function index() {
		$data = array(
			'title' => "Your title"
		);
		$this->load->view('View_name', $data);
	}
}
?>
  • Create a new View at application/views then put like this:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('dist/_partials/header'); ?>

      <!-- Main Content -->

<?php
$this->load->view('dist/_partials/footer'); ?>

License

Stisla is under the MIT License.