home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /*
- $this->options['table'] = "auth";
- $this->options['usernamecol'] = "username";
- $this->options['passwordcol'] = "password";
- $this->options['dsn'] = "";
- $this->options['db_fields'] = "";
- $this->options['cryptType'] = "md5";
- */
- $options = array(
- 'dsn'=>'pgsql://yavo:@localhost/projects',
- 'table'=>'users',
- 'usernamecol'=>'userlogin',
- 'passwordcol'=>'userpassword',
- 'db_fields'=>'*'
- );
-
- $extra_options['username'] = 'test_user';
- $extra_options['passwd'] = 'test_user';
-
- ?>