Skip to content

SI Akademik untuk SD, dibangun dengan CI 3 & template admin stistla

License

Notifications You must be signed in to change notification settings

savirafatika/sikademik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Link Stisla

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.

About

SI Akademik untuk SD, dibangun dengan CI 3 & template admin stistla

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published