예제 #1
0
파일: User.php 프로젝트: harshaccent/kurry
 public static function userProfile($uid, $selector = array())
 {
     if ($uid != null) {
         setifunset($selector, "id", $uid);
     }
     return Sqle::selectVal("users", "*", $selector, 1);
 }