\Member_helper

CodeIgniter HTML Helpers

Copyright (c) 2016, Astian Foundation.

Astian Develop Public License (ADPL)

This Source Code Form is subject to the terms of the Astian Develop Public License, v. 1.0. If a copy of the APL was not distributed with this file, You can obtain one at http://astian.org/about-ADPL

Summary

Methods
Properties
Constants
is_logged_in()
login_already()
plugin_not_active()
is_allowchk()
chk_reset_password()
is_allow_groups()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

is_logged_in()

is_logged_in(string  $email) 

is_logged_in

Function for check login or not. If login already this function has to check session_id is true

Parameters

string $email

Email Address from session

login_already()

login_already(string  $email_session) 

login_already

Function for check login already for login page

Parameters

string $email_session

Email Address from session

plugin_not_active()

plugin_not_active(string  $plugin_config_filename) 

plugin_not_active

Function for check the plugin active (frontend use)

Parameters

string $plugin_config_filename

Plugin config filename

is_allowchk()

is_allowchk(string  $perms_name) 

is_allowchk

Function for check permission allow to access on the section

Parameters

string $perms_name

Permission Name

chk_reset_password()

chk_reset_password() 

chk_reset_password

Function for check the password change

is_allow_groups()

is_allow_groups(string  $user_groups_idS) 

is_allow_groups

Function for check user group allow to access on the section

Parameters

string $user_groups_idS

User groups id from DB Ex. (1,2,3,...)