Difference between #19 and #20 of
Yii3 - How to start

Revision #20 has been created by rackycz rackycz on Oct 9, 2025, 9:53:36 AM with the memo:

edit
« previous (#19) next (#21) »

Changes

Title unchanged

Yii3 - How to start

Category unchanged

Tutorials

Yii version unchanged

3.0

Tags unchanged

Content changed

[...]
for ($i = 0; $i < 10; $i++) {
$this->db->createCommand()
->insert('user', [
'name' => $faker->firstName(),
'surname' => $faker->lastName(),
                    'username' => $faker->userName(),
 
'email' => $faker->email(),
'auth_key' => Random::string(32),
])
->execute();
}
[...]
1 0
2 followers
Viewed: 604 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 2 days ago
Update Article

Revisions

View all history