Skip to content
eachcan edited this page Feb 12, 2015 · 1 revision
<?php

define('WWW_AAA', 1);
/**
 * 
 * @author U
 */
class UserController extends Controller {
	
	public static $user_name = "";
	
	const NAME_PREFIX = "USER";
	
	public $attr_axy = "";
	
	public function loginAction() {
		$test_who_u_r = true;
	}
	
	public static function getInstance() {
		
	}
}

function get_ip() {
	
}

相信已经描述清楚

Clone this wiki locally