You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
use NN\files;
|
|
use NN\Post;
|
|
use NN\Session;
|
|
use NN\Module\DB;
|
|
use NN\Module\DD;
|
|
use NN\Module\Help;
|
|
use NN\Module\Datatable;
|
|
use NN\Link;
|
|
use NN\Enc;
|
|
use NN\module\View;
|
|
|
|
class Test{
|
|
|
|
public static function index(){
|
|
echo "helo";
|
|
}
|
|
} |