Skip to content
Snippets Groups Projects
Commit f0c1e1f2 authored by sanjay 001's avatar sanjay 001
Browse files

Update file profile.class.php

parent 006d9aa6
No related branches found
No related tags found
No related merge requests found
<?php
/**
* this userprofile class is used to create , update , read , delete the userprofile
*/
class Userprofile
{
public $id;
......@@ -11,7 +13,7 @@ class Userprofile
public function __construct()
{
$this->db = database::getconnection();
$this->getAuthinfo();
$this->getAuthinfo(); // using the function we take name from session and construct the user class
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment