The text of this article is not in this database — only its details are. Read it on the old site: Login Page With CodeIgniter Framework in PHP
12 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Login Page With CodeIgniter Framework in PHP
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
D KrishnaPosted Jan 10, 2018, 12:23 AM
Im new to this.Login form will come but when im entering details like user name and password im getting Object not found.what mistake made im doing.where is the verify login
Edward CalusayanPosted Nov 4, 2015, 4:37 AM
I got this error after following your code pls help
George DelPosted Oct 5, 2015, 5:39 AM
May I ask if what is that verifylogin? it it is a controller file or a function
Sobun OukPosted Jan 18, 2015, 11:53 AM
You didn't explain. You just told how to create files and where to save them.
Asif HussainPosted Jul 28, 2013, 10:19 PM
For Malik Perang you need to write that filename that you have in your models folder like in above article author used models/user see the line $result = $this->your file name will be here->login($username, $password);
Sneha GPosted Jul 16, 2013, 5:14 AM
Thanks! Its really helpful and easy to unsertand
Malik PerangPosted Mar 16, 2013, 2:37 PM
Hi.I am getting this error after followed up your tutorial. this error came out after I'm login the page. this is the error: A PHP Error was encountered Severity: Notice Message: Undefined property: VerifyLogin::$user Filename: controllers/verifylogin.php Line Number: 38 code in line 38 is $result = $this->user->login($username, $password); can you help me?
swodesh muduliPosted Nov 20, 2012, 11:31 PM
THANKS
ShabneezPosted Nov 6, 2012, 11:38 PM
Hello, thanks for the article but it was mentioned: "After create the login_view.php file we will create the home view file. For create the home view file we will write the following code on PHP file then save in the c:\xampp\htdocs\CodIgniter\application\controllers\home_view.php." Both home_view.php and login_view.php could go in the "views" folder. Like this: c:\xampp\htdocs\CodIgniter\application\views\home_view.php.
JOMI NEELANKAVILPosted Nov 6, 2012, 6:26 AM
here you mention a method called verifylogin in the form tag. But i couldn't able to find any method named verifylogin in the controller. If u miss out that portion please do correct it.
rohan bahutalePosted Oct 29, 2012, 7:22 AM
nice...it was so helpfull to me....