Git Product home page Git Product logo

pengaduan-masyarakat's Introduction

pengaduan-masyarakat

Admin
Username : admin
Pass : 123456

Petugas
Username : petugas
Pass : 123456

Masyarakat
Username : masyarakat
Pass : 123456

Alt text

Codeigniter SBAdmin2

Just a simple codeigniter template using SBAdmin theme

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. You can change or modife fully this project

Folder structure

.
├── aplications                   
|   ├── controllers                
|   |   ├── Admin.php
|   |   ├── Auth.php
|   ├── models
|   ├── views
|   |   ├── backend
|   |   |   ├── 404_v.php
|   |   |   ├── admin_v.php
|   |   |   ├── animation_v.php
|   |   |   ├── blank_v.php
|   |   |   ├── border_v.php
|   |   |   ├── button_v.php
|   |   |   ├── chart_v.php
|   |   |   ├── card_v.php
|   |   |   ├── color_v.php
|   |   |   ├── other_v.php
|   |   |   ├── table_v.php
|   |   ├── _part
|   |   |    ├── backend_foot.php
|   |   |    ├── backend_footer.php
|   |   |    ├── backend_head.php
|   |   |    ├── backend_sidebar.php
|   |   |    ├── backend_topbar.php
|   |   |    ├── login_footer.php
|   |   |    ├── login_head.php
|   |   ├── forgotpass_v.php
|   |   ├── login_v.php
|   |   ├── register_v.php

Code structure in method ( function )

 public function index(){
        $data['title'] = 'Admin area';
        $this->load->view('_part/backend_head', $data);
        $this->load->view('_part/backend_sidebar_v');
        $this->load->view('_part/backend_topbar_v');
        $this->load->view('backend/admin_v');
        $this->load->view('_part/backend_footer_v');
        $this->load->view('_part/backend_foot');
    }

Prerequisites

  • Min Php for support codeigniter3
  • Web Server Apache or Ngix

Installing

For installing this template you can direct download or clone this project

git clone repo-name

Built With

Spesial Thanks

pengaduan-masyarakat's People

Contributors

robbiabd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.