11 行
无行尾
101 B
PHP
11 行
无行尾
101 B
PHP
<?php
|
|
|
|
class Clublog extends CI_Model {
|
|
|
|
function __construct()
|
|
{
|
|
parent::__construct();
|
|
}
|
|
}
|
|
|
|
?>
|