Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Events and Controllers...
Post: RE: Events and Controllers...

try this Events::on('post_system', '\App\Controllers\Statistics::write');
1,925 Views
3 Replies
09-15-2023, 10:54 PM
devo
    Thread: log action model & entity
Post: RE: log action model & entity

InsiteFX Wrote: (09-09-2023, 09:50 PM) -- As for your log files please see this: CodeIgniter 4 User Guide - Modeling Data - Using CodeIgniter's Model - Callbacks (https://codeigniter.com/user_guid...
698 Views
5 Replies
09-14-2023, 04:14 AM
devo
    Thread: log action model & entity
Post: RE: log action model & entity

ozornick Wrote: (09-09-2023, 10:00 AM) -- Can I have a more detailed explanation with examples? For comparison, there are method hasChanged() -- i mean is log activity action when i insert data it...
698 Views
5 Replies
09-09-2023, 10:41 AM
devo
    Thread: log action model & entity
Post: log action model & entity

hii guys, i want to ask how and what is the best way to log inserted data, updated data compare before and after update, and deleted data i use model entity
698 Views
5 Replies
09-09-2023, 02:29 AM
devo
  Thumbs Up Thread: model
Post: RE: model

kenjis Wrote: (08-24-2023, 12:17 AM) -- Create an abstract BaseModel and all models extend it. See https://github.com/codeigniter4/shield/tree/develop/src/Models -- thank you for replay and sugg...
390 Views
3 Replies
08-28-2023, 02:10 AM
devo
    Thread: model
Post: model

hii what is the best way to add additional method to all model
390 Views
3 Replies
08-23-2023, 11:12 PM
devo
    Thread: ci4 curl
Post: RE: ci4 curl

hii how to add curl option in curlrequest class codeigniter 4 i try like this but it not working PHP Code: -- $options = [     'CURLOPT_IPRESOLVE' => CURL_IPRESOLVE_V4 ]; $client = \Confi...
1,444 Views
5 Replies
07-04-2023, 06:05 AM
devo
    Thread: session failed
Post: RE: session failed

JustJohnQ Wrote: (06-20-2023, 01:02 AM) -- You need to check write permissions for path: /h/u/root/writable/session -- no problem about the folder everything okay but sometime have that error
343 Views
2 Replies
06-20-2023, 04:16 AM
devo
    Thread: session failed
Post: session failed

how to fix this session failed in CI4 CRITICAL - 2023-06-20 13:22:57 --> Failed to create(read) session ID: user (path: /h/u/root/writable/session) https://ibb.co/t3JLTz0 (https://ibb.co/t3JLTz...
343 Views
2 Replies
06-19-2023, 11:36 PM
devo
    Thread: queues
Post: queues

Has anyone used this library https://github.com/daycry/queues I'm having trouble running php spark queue:run, I'm getting this error Socket error 111: Connection refused
289 Views
0 Replies
06-04-2023, 07:57 AM
devo
    Thread: uuid
Post: RE: uuid

InsiteFX Wrote: (05-11-2023, 10:46 PM) -- NOTE: That the MySQL UUID only works with MySQL 8+ For any other version you will need to roll your own methods to handle UUID. [hr] Ok, I found this on...
2,809 Views
7 Replies
05-12-2023, 10:22 PM
devo
    Thread: uuid
Post: RE: uuid

InsiteFX Wrote: (05-11-2023, 10:19 PM) -- This may help you understand how MySQL uses the UUID. MySQLTutorial -> MySQL UUID Smackdown: UUID vs. INT for Primary Key (https://www.mysqltutorial.org/m...
2,809 Views
7 Replies
05-11-2023, 10:28 PM
devo
    Thread: uuid
Post: uuid

hii, how to set uuid as primary key in ci4 ?? database used mysql / postgresql
2,809 Views
7 Replies
05-11-2023, 08:28 AM
devo
    Thread: clean arsitektur
Post: RE: clean arsitektur

hii all can please help to suggest to how implement Clean Architecture
895 Views
3 Replies
04-15-2023, 01:27 AM
devo
    Thread: clean arsitektur
Post: clean arsitektur

hii, how to implement clean arsitektur with codeigniter 4?? can someone give me example?
895 Views
3 Replies
03-13-2023, 09:11 AM
devo
    Thread: async ci4
Post: RE: async ci4

InsiteFX Wrote: (03-06-2023, 11:59 PM) -- CodeIgniter 4 and php donot have Async Java and JavaScript does. -- how about spatie/async (https://github.com/spatie/async) can this libary to use
1,066 Views
3 Replies
03-07-2023, 10:42 PM
devo
    Thread: async ci4
Post: async ci4

How to Build Async in Codeigniter 4 I want to delete my data every 3 months without charging the server like deleting the data in the background
1,066 Views
3 Replies
03-06-2023, 10:34 PM
devo
    Thread: ci4 curl
Post: ci4 curl

PHP Code: -- how to insert curlopt_ipresolve to curl libary codeigniter $ch = curl_init(); curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); --
1,444 Views
5 Replies
02-15-2023, 06:04 AM
devo
    Thread: validation error
Post: RE: validation error

iRedds Wrote: (02-02-2023, 03:09 PM) -- you don't pass pass_con in _values() method. -- ahh,, i miss it thank you
633 Views
2 Replies
02-03-2023, 01:33 AM
devo
    Thread: validation error
Post: validation error

I encountered a confusing validation error, so i try validation in model but i confusing about the error this is the error (https://ibb.co/Tk9KC6N) my model validation :  PHP Code: -- ...
633 Views
2 Replies
02-02-2023, 12:09 PM
devo

Theme © iAndrew 2016 - Forum software by © MyBB