array( 'id' => '1', 'email' => 'test1@notanaddress.com', 'name' => 'Fulanito de Tal', 'username' => 'Test_User_One', 'password' => 'MD5(`test1`)', 'last_login_time' => NULL, ), 'user2' => array( 'id' => '2', 'email' => 'test2@notanaddress.com', 'name' => 'Menganito de Tal', 'username' => 'Test_User_Two', 'password' => 'MD5(`test2`)', 'last_login_time' => NULL, ), ); ?>