Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed already existing functions
  • Loading branch information
code2prog committed Nov 2, 2014
1 parent c80bd10 commit 4491a03
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,7 @@ sorry John you will be banned :(
$this->aauth->ban_user(3);
```

You can check if the user exists in the database based on the user's email address

```php
if($this->aauth->user_exsist_by_email('user@domain.tld')){
//user exsist
}else{
//user not exsist
}
```
or user id
You can check if the user exists in the database based on the user's id

```php
if($this->aauth->user_exsist_by_id(3)){
Expand Down

0 comments on commit 4491a03

Please sign in to comment.