D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
test
/
Auth
/
tests
/
Filename :
auth_container_db_options.php
back
Copy
<?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'=>'mysql://root:@localhost/authtest', 'table'=>'temp', 'usernamecol'=>'username', 'passwordcol'=>'password', 'cryptType'=>'md5', 'db_fields'=>'*' ); $extra_options['username'] = 'test_user'; $extra_options['passwd'] = 'test_user'; ?>