id = 1; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'wholesaler@example.com'; $o->save(); $o = new User; $o->id = 10; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'reseller1-0@example.com'; $o->save(); $o = new User; $o->id = 11; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'reseller2-0@example.com'; $o->save(); $o = new User; $o->id = 110; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'reseller2-1@example.com'; $o->save(); $o = new User; $o->id = 1010; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'user1-0-1@example.com'; $o->save(); $o = new User; $o->id = 1110; $o->site_id = 1; $o->language_id = 1; $o->country_id = 61; $o->currency_id = 610; $o->email = 'user2-1-1@example.com'; $o->save(); } }