python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to create a view with output grouped by calendar week
My database table is
id
kecamatan
tanggal
1
AA
02-01-2022
2
AB
03-01-2022
3
AA
10-01-2022
4
AB
12-01-2022
5
AA
17-01-2022
6
AC
18-01-2022
I want this result, because I can not re...
Dimas Cornellya Agatta
Votes: 0
Answers: 0
How to join two tables with ActiveRecord methods in CodeIgniter 4?
I have some data submitted into db_table(e.g lodge), some of which are id_no from another table(e.g room_type). When I try to fetch data from the db_table(lodge) to my view which comes in array, it re...
Anonymous
Votes: 0
Answers: 0
Ajax request from PHP don't return me an Array
I'm trying to return an array from a PHP script in Ajax, however, it seems to not work, it returns me a string rather an Array. I'm using CodeIgniter Framework, there is my .php code :
public func...
juststartedcodeigniter
Votes: 0
Answers: 2
How can i pass library in BaseController to any Controller's constructer in codeigniter 4
i want use codeigniter's uri library in multiple pages.For this reason i created an instance of uri library in BaseController with named $uri. I can use this library in my Home::index controller but i...
salihbey24
Votes: 0
Answers: 0