1. Go to this page and download the library: Download kubi/cisetup library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
notif('success','Login Success', 'Welcome to app','home/user');
request_get($url);
request_post($url, $query);
request_put($url, $query);
request_delete($url);
public function index()
{
// Use notif
notif('success','Welcome to kubicode', 'This is the message from Home/index');
// Data for send to view
$data['title'] = 'Home | Kubi Code';
$data['response'] = request_get('https://jsonplaceholder.typicode.com/todos');
// Load view
$this->load->view('layouts/header',$data);
$this->load->view('home/index');
$this->load->view('layouts/footer');
}
dotenv
getenv('APP_TIMEZONE');
html
table($table_title, $table_key, $table_data);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.