Cloudlog/application/models/Logbooks.php

16 行
296 B
PHP

2019-09-23 04:41:23 +08:00
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
This controller will contain features for managing incoming QSL cards
*/
class User_Logbooks extends CI_Controller {
public function index()
{
echo 'Functions to come';
}
}