2017 © Pedro Peláez
 

library login

Base class for login system i Anax-MVC

image

kaek14/login

Base class for login system i Anax-MVC

  • Wednesday, January 14, 2015
  • by kaek14
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

kaek14/login

Build Status Scrutinizer Code Quality Code Coverage, (*1)

PHP class for login handling in Anax-MVC, (*2)

By Kalle Ekelund, kalle.ekelund.90@gmail.com, (*3)

License

This software is free software and carries a MIT license., (*4)

Install

Before you install you will need to have downloaded "Anax-MVC" and "CDatabase"., (*5)

In order to use this module you will need to copy the files under src/ into Anax/src/Login (if no Login folder exists, create one), (*6)

In webroot you'll find a test file login-test.php that you can use to try the module out. Copy that into Anax/webroot. Then you need to copy config_mysql.php into Anax/app/config and change the settings in the files to your database. Last you'll need to copy the .tpl in views into Anax/app/view/login., (*7)

If you don't have a database already created, there is a setup-database.php that will do that for you. Just copy the file into Anax/webroot and uncomment the require_once in login-test.php, (*8)

History

v1.1 Added testing, (*9)

The Versions

14/01 2015

dev-master

9999999-dev http://sftp.student.bth.se/~kaek14/phpmvc/kmom05/webroot/login-test.php

Base class for login system i Anax-MVC

  Sources   Download

MIT

The Requires

 

login education

14/01 2015

v1.1

1.1.0.0 http://sftp.student.bth.se/~kaek14/phpmvc/kmom05/webroot/login-test.php

Base class for login system i Anax-MVC

  Sources   Download

MIT

The Requires

 

login education

23/12 2014

v1.0

1.0.0.0 http://sftp.student.bth.se/~kaek14/phpmvc/kmom05/webroot/login-test.php

Base class for login system i Anax-MVC

  Sources   Download

MIT

The Requires

  • php >=5.4

 

login education