예제 #1
0
파일: User.php 프로젝트: name3/cheng
 public function login()
 {
     $_SESSION['se_user_id'] = $this->id;
     // log it
     UserLog::userLogin($this->id);
 }