Example #1
0
 public static function GetUserLogin($login)
 {
     return parent::GetRecordById('users', 'login', $login);
 }
Example #2
0
 public static function GetPageById($id)
 {
     return parent::GetRecordById('pages', 'page_id', $id);
 }