Documentation in user model and access library

This commit is contained in:
Eike Foken
2011-08-15 23:24:24 +02:00
parent 020bd13058
commit e1f3b8da54
2 changed files with 10 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ class User extends CI_Model {
/**
* Checks entered usernames.
*
* @param string $username
* @return boolean
*/
public function checkUsername($username = '') {