profile ava
@ -17,6 +17,23 @@ class SqlController extends Controller
|
|||||||
echo "script completed successfully\n";
|
echo "script completed successfully\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function actionAddAva()
|
||||||
|
{
|
||||||
|
$model = UserCard::find()->all();
|
||||||
|
foreach ($model as $item) {
|
||||||
|
if(!$item->photo){
|
||||||
|
if($item->gender === 1){
|
||||||
|
$item->photo = '/profileava/f' . random_int(1, 6) . '.png';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$item->photo = '/profileava/m' . random_int(1, 10) . '.png';
|
||||||
|
}
|
||||||
|
$item->save();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
echo "script completed successfully\n";
|
||||||
|
}
|
||||||
|
|
||||||
public function actionGenerateUser()
|
public function actionGenerateUser()
|
||||||
{
|
{
|
||||||
echo UserCard::generateUserForUserCard() . "\n";
|
echo UserCard::generateUserForUserCard() . "\n";
|
||||||
|
BIN
frontend/web/profileava/f1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/f2.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
frontend/web/profileava/f3.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
frontend/web/profileava/f4.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
frontend/web/profileava/f5.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
frontend/web/profileava/f6.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m10.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m2.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
frontend/web/profileava/m3.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m4.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
frontend/web/profileava/m5.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
frontend/web/profileava/m6.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
frontend/web/profileava/m7.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m8.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
frontend/web/profileava/m9.png
Normal file
After Width: | Height: | Size: 11 KiB |