bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Message: C:\xampp\htdocs\codeigniter\application\models/Login_model.php exists, but doesn't declare class Login_model #6200

Open mudasar-alii opened 1 year ago

mudasar-alii commented 1 year ago

face this error

mudasar-alii commented 1 year ago

if anyone knows this error then give a solution what can i do?

satulg01 commented 1 year ago

Hi! You have a Login_model.php file, but, the class declared inside have not this name. Make sure the class name is Login_model.