mirror of
https://github.com/netcccyun/easypanel.git
synced 2026-07-21 16:08:24 +08:00
18 lines
No EOL
149 B
PHP
18 lines
No EOL
149 B
PHP
<?php
|
|
class Model
|
|
{
|
|
public function __construct()
|
|
{
|
|
}
|
|
|
|
public function __destruct()
|
|
{
|
|
}
|
|
|
|
public function index()
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
?>
|