Skip to main content

Questions tagged [codeigniter]

CodeIgniter is an Application Development Framework - a toolkit - for people who build websites using PHP. Created by EllisLab & fostered by BCIT it is now a project of the CodeIgniter Foundation. The framework implements a modified version of the Model-View-Controller design pattern. Use this tag for questions about CodeIgniter classes, methods, functions, syntax, and use. There are two major versions: 3.x and 4.x, addressing different system requirements

codeigniter
0 votes
0 answers
5 views

CodeIgniter begginer question about correct model code

I'm building a REST API with four endpoints (I must say that I just started with CodeIgniter). One of them is to get data, and it receives two parameters id, and code via GET. The issue is that the ...
Wolverine's user avatar
0 votes
0 answers
14 views

Codeigniter - I'm having an issue with the dropdown it’s not populating the dropdown as expected, and I’m not sure what the exact problem is

When I tried to print the data, it is being printed correctly. However, I'm having trouble with the view file it’s not populating the dropdown as expected. If anyone knows what might be wrong, please ...
Manish's user avatar
  • 1
-1 votes
0 answers
25 views

I’m having trouble with codeigniter password verification. The password_verify() function keeps failing and going to the else statement

Issue: The password_verify() function always returns false when i'm trying to login, even though the password seems to be hashed correctly when registered. I have tried debugging by printing the plain ...
Manish's user avatar
  • 1
0 votes
2 answers
20 views

How do I prevent unicode characters from vue,js input?

How do I prevent unicode characters like, f.e. emojis from input in vue.js 3 + vuetify 3 + Codeigniter 4? I'm building admin panel, where I can add user accounts. There is no native mechanism to ...
emen's user avatar
  • 101
-3 votes
0 answers
34 views

CODEIGNITER: I want to automatic select the <table> [closed]

In this my view diagram of sitting arangement. VIEW: <div class="card-body"> <label class="control-label">Seating ...
Lenberd's user avatar
1 vote
1 answer
44 views

composer not found for docker and codeigniter

This is all new to me. I am using Docker and CodeIgniter. I want to create an image for CodeIgniter in Docker. I am using Docker Desktop on Windows. I have a Dockerfile that contains the code below. ...
aye decoder's user avatar
0 votes
1 answer
29 views

dropdown selected update in codeigniter

The dropdown can't show selected item in form update. But the code has the same as other dropdown The code below can show the selected item on dropdown <div class="col-md-3 pl-pr-1"&...
iso ayu's user avatar
  • 13
0 votes
0 answers
32 views

Codeigniter 3 won't show in localhost

The output when I entered localhost/[folder_project_name] For information, this folder I've got is the source code for my project. This source code given to me from the lead. I want to make similar ...
Firrizq's user avatar
-1 votes
0 answers
19 views

Codeigniter: password_hash(): Passing null to parameter #1 ($password) of type string is deprecated

User_model.php class User_model extends CI_Model { public function __construct() { parent::__construct(); $this->load->database(); } public function insert_user($...
Jonald Penpillo's user avatar
-1 votes
1 answer
26 views

i have an error with my face verification, please help me

I create educational websites. and a system where when I register I save a picture of the registrant's face. Then, when you want to do a system problem, you have to make sure that the person is ...
Baswara Nugraha's user avatar
0 votes
0 answers
6 views

delete the facebook saved app using php codeigniter

Can any body help me how to delete the facebook saved app using php codeigniter. Here is my code first i load the fb library then how to delete the the specific app using this library? Here is my code ...
Safari Browser's user avatar
0 votes
0 answers
16 views

how to solve Type Error in CodeIgniter 4 Login Method?

I'm currently working on the login feature for my project and encountering an issue similar to one I had with user registration. I managed to solve the registration issue, but I'm still having trouble ...
sarah kim's user avatar
0 votes
0 answers
10 views

error 403 forbiden After Login in codeigniter

I have an error after login page, I'm using username and password and get error 403 This is my controller public function index() { $valid=$this->form_validation; $valid->set_rules('...
receh Qoo's user avatar
0 votes
1 answer
24 views

Session Timeout Issue in CodeIgniter 4

I'm working on a CodeIgniter 4 project using the Shield authentication library. I've encountered an issue where user sessions are logging out after a short period of time, even though I've extended ...
Martin's user avatar
  • 35
1 vote
1 answer
51 views

CodeIgniter and Ajax: Dynamic Dependent Dropdown not working

I'm trying to create a Dynamic Dependent Dropdown via Ajax and CodeIgniter 4. However, I could not make it work. Can you help me figure out what's wrong? I'm trying to follow this tutorial online: ...
cjvdg's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
4636