Initial import
This commit is contained in:
13
application/controllers/tools/Syskapus.php
Normal file
13
application/controllers/tools/Syskapus.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class Syskapus extends CI_Controller
|
||||
{
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
$this->db = $this->load->database("onedev", true);
|
||||
}
|
||||
public function calc($date) {
|
||||
$this->load->library("Kapus");
|
||||
$rst = $this->kapus->calc($date);
|
||||
print_r($rst);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user