Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "Sp-contributions-username". You can create this page.
Displaying 1-1 of 1 matches for query Sp-contributions-username retrieved in 0.000 sec with following stats:
- sp found 0 times in 0 documents
- contribut found 1 times in 1 documents
- usernam found 2 times in 1 documents
... AS $user_data)
// выставляем значения по умолчанию вызовом метода Clear
$user->Clear();
// выставляем значения полей импортируемой записи
$user->SetDBField('Login', $user_data 'username' );
$user->SetDBField('Email', $user_data 'email' );
$user->SetDBField('Password', $user_data 'password' );
$user->SetDBField('VerifyPassword', $user_data 'password' );
// вызываем метод Create для ...
Additional database time was 0.021 sec.
Powered by Sphinx