<?php
namespace dzz\test\classes;
use \core as C;
use \DB as DB;
class Testone{
public function run( $arr=array() ){
echo '<a style="margin:0 5px" href="javascript:;" title="'.lang('info_test_hook_one').'">'.lang( 'info_test_hook_one') .'</a>';
}
public function testDiaoyong( $arr=array() ){
global $_G;
echo '<a style="margin:0 5px" href="javascript:;" title="'.lang('info_test_hook_two').'">'.lang( 'info_test_hook_two') .'</a><br/>';
$data=C::t('#test#test')->fetchall();
echo( var_export($data,true) );
}
}
更多建議: