15 lines
193 B
PHP
Executable File
15 lines
193 B
PHP
Executable File
|
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
class Etest
|
|
{
|
|
public function __construct() {
|
|
|
|
}
|
|
public function base()
|
|
{
|
|
echo "libray load";
|
|
}
|
|
}
|
|
|
|
?>
|