From a3160a0df152a1ee491dffd31a148eeb79af89ad Mon Sep 17 00:00:00 2001 From: Emre Akay Date: Tue, 22 Jul 2014 17:48:31 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a3c23d..b839e85 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ *** Aauth is a User Authorization Library for CodeIgniter 2.x, which aims to make easy some essential jobs such as login, permissions and access operations. Despite ease of use, it has also very advanced features like private messages, groupping, access management, public access etc.. -After Quick Start, Take a look [detailed Documentation from wiki](https://github.com/emreakay/CodeIgniter-Aauth/wiki/_pages) +**This is Quick Start page. After Quick Start, Take a look [detailed Documentation from wiki](https://github.com/emreakay/CodeIgniter-Aauth/wiki/_pages) to learn other great Features** ### Features *** @@ -28,7 +28,7 @@ Permission Management (creating,deleting permissons, allow, deny groups, public ### Migration *** -* if you have been using Version 1 before, take a look at Migration Page +* if you have been using Version 1 before, take a look at [migration page from here.](https://github.com/emreakay/CodeIgniter-Aauth/wiki/1%29-Migration-from-V1). ### Quick Start *** @@ -144,13 +144,13 @@ $this->aauth->set_user_var("phone","0216 313 23 33"); to get the variable ```php -$this->aauth->set_user_var("key"); +$this->aauth->get_user_var("key"); ``` Aauth also permits you to define System Variables which can be accesed by every user in the system. ```php $this->aauth->set_system_var("key","Value"); -$this->aauth->set_system_var("key"); +$this->aauth->get_system_var("key"); ``` ok lets look at private messages. John (his id=3) will send pm to Ali(id=4)