[PHP] Framework CodeIgniter - tanya, diskusi, info, dll - masuk sini
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Siswa extends CI_Controller { function __construct() { parent::__construct(); $this->load->helper('url'); $this->load->model('Siswa_model'); } public function index() { $q=$this->Siswa_model->get...