-
once I insert data and then tries to find that record with find method by providing primary key returned by insert call, It returns all the records
`$model = new CommoditiesModel();
…
-
**Describe the bug**
PHPUnit supports exception testing via `expectException()`, which is particularly helpful during feature test to ensure that certain pages are not reachable under certain conditi…
-
Hi! I wanted to point out to you, as a maintainer of a CodeIgniter 4 authentication module, that we have added a `provides` statement to help standardize authentication formats: https://codeigniter4.g…
-
At the doc: https://codeigniter4.github.io/userguide/libraries/time.html#viewing-differences
![image](https://user-images.githubusercontent.com/2387514/111739663-025ce580-88b6-11eb-996e-e3562b6426ee.…
-
PLease fix it to return empty string. When there aren't erros it returning a string with length = 134. We need preg_match or trim to check if is empty or not.
Otherwise you can add a variable like me…
-
Kalau kita search data yg kebetulan didalam tabel join maka kosong alias ga ketemu. Kalau di tabel utama datanya bisa ketemu.
-
hi, i'm trying to implement this library with my ci-4 app.
but this always return error class not found.
i've already install composer and use monken\TablesIgniter on my app controller.
idk why.. …
-
So i have searched a lot on internet for some kind of ORM but with only Models and not some crazy thousands of lines of code just to join some models between.
I would really like to see some kind o…
-
saya coba get tabel dengan undescore selalu gagal
misal nama table : user_students
mohon pencerahannya
-
when searching on joined table not working properly, only parent table found record,
when table a join with table b, i can't find result on table b,
thanks