Skip to content

ifatihemre/Codeigniter-User-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter User Module

Özellikleri

  • Libraries içerisine koyulan UserModule class ile, user işlemleri tek bir noktaya toplandı.
$this->usermodule->login($email, $password); // return type boolean - Yukarıdaki gibi bir kullanım ile kullanıcı girişi yapılabilir. $this->usermodule->logout(); // return type void - Yukarıdaki gibi bir kullanım ile kullanıcı çıkışı yapılabilir. $this->usermodule->create($name, $email, $password, $role); // return type boolean - Yukarıdaki gibi bir kullanım ile kullanıcı kaydı yapılabilir. $this->usermodule->auth(); // return type boolean - Yukarıdaki gibi bir kullanım ile kullanıcı giriş yaptı mı diye kontrol edilebilir.
  • Diğer metotlar duruşu temsil etmek için eklendi, içleri doldurulmadı.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages