Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Burner - CodeIgniter4 High Performance Server Library
Post: RE: Burner - CodeIgniter4 High Performance Server ...

demyr Wrote: (04-22-2023, 12:35 PM) -- Hi! Great effort again. Trying to understand: You had prepared CodeIgniter-4 Roadrunner before you prepared CodeIgniter-4 Burner and now with the help of thi...
2,407 Views
5 Replies
04-23-2023, 12:12 AM
monkenWu
    Thread: Burner - CodeIgniter4 High Performance Server Library
Post: Burner - CodeIgniter4 High Performance Server Libr...

Hello everyone. I have tried to integrate a common high-performance PHP server with CodeIgniter4. Quote: -- Burner is an out-of-the-box library for CodeIgniter4 that supports RoadRunner (http...
2,407 Views
5 Replies
04-22-2023, 08:59 AM
monkenWu
    Thread: Long-living PHP support (Swoole/RoadRunner etc)
Post: RE: Long-living PHP support (Swoole/RoadRunner etc...

Hi, I'm glad this topic is being discussed. Since I developed the CodeIgniter4-RoadRunner library, I have been trying to get CodeIgniter4 to run on a high performance php server. In my work, I use L...
5,402 Views
14 Replies
10-15-2022, 07:20 AM
monkenWu
    Thread: Why use `global $app` in Toolbar Class?
Post: Why use `global $app` in Toolbar Class?

Hi, I found the "global $app;" used in the prepare method of the "CodeIgniter\Debug\Toolbar" Class. In the new version of CodeIgniter4 we can use "\Config\Services::codeigniter()" to get the shar...
1,541 Views
3 Replies
08-30-2022, 10:16 AM
monkenWu
    Thread: CodeIgniter4 Route Attribute
Post: CodeIgniter4 Route Attribute

Hello everyone. I designed a Library, which make CodeIgniter4 able to define routing settings of controllers through comments. This library is a CodeIgniter4 Router presentative way under the PH...
3,652 Views
3 Replies
02-12-2022, 09:58 PM
monkenWu
    Thread: Make CodeIgniter4 to work on RoadRunner
Post: RE: Make CodeIgniter4 to work on RoadRunner

tgix Wrote: (10-05-2021, 10:20 PM) -- Nice job! Been looking at RoadRunner and this implementation for an upcoming project. Unfortunately this library doesn't work with CI 4.1.4 (after each request h...
4,054 Views
3 Replies
11-17-2021, 11:50 PM
monkenWu
    Thread: [SOLVED] CI4 Entity using datamap to Model-Save
Post: RE: CI4 Entity using datamap to Model-Save

MGatner Wrote: (07-15-2021, 04:35 AM) -- Thanks for reporting the problem @"monkenWu". Would you open a Pull Request for us at GitHub to fix the User Guide? -- I will create a Pull Request later.
4,333 Views
6 Replies
07-15-2021, 12:49 PM
monkenWu
    Thread: [SOLVED] CI4 Entity using datamap to Model-Save
Post: RE: CI4 Entity using datamap to Model-Save

InsiteFX Wrote: (07-15-2021, 12:30 AM) -- Did you create an Entity folder in the app folder? If you did then you access them like this. PHP Code: -- // change this protected $returnType = Activit...
4,333 Views
6 Replies
07-15-2021, 03:04 AM
monkenWu
    Thread: [SOLVED] CI4 Entity using datamap to Model-Save
Post: [SOLVED] CI4 Entity using datamap to Model-Save

Hi, I have some question to the usage of Entity. For example, I have a entity class `ActivityEntity` as below: PHP Code: -- class ActivityEntity extends Entity {     protected $attributes = [ ...
4,333 Views
6 Replies
07-14-2021, 10:32 PM
monkenWu
    Thread: Make CodeIgniter4 to work on RoadRunner
Post: Make CodeIgniter4 to work on RoadRunner

Hi. We designed a Library, which makes CodeIgniter4 to work on RoadRunner Server. RoadRunner is a high-performance PHP application server. RoadRunner is infrastructure level framework for your P...
4,054 Views
3 Replies
11-17-2020, 09:09 PM
monkenWu
    Thread: A Complete REST API Tutorial
Post: RE: A Complete REST API Tutorial

myo Wrote: (03-25-2020, 03:58 AM) -- Hi Do we have any complete solution for Codeigniter 4 with REST API on github? -- Hello, you can use the cli-create (https://github.com/monkenWu/CodeIgniter4...
22,328 Views
6 Replies
04-10-2020, 04:53 AM
monkenWu
    Thread: CodeIgniter4 CLI-Create
Post: RE: CodeIgniter4 CLI-Create

MGatner Wrote: (03-13-2020, 10:20 AM) -- Cool project! Thanks for sharing. Any plans to develop it more? I’d be interested to see Migrations added to integrate more closely with the Models, even if i...
7,243 Views
6 Replies
03-14-2020, 06:19 AM
monkenWu
    Thread: CodeIgniter4 CLI-Create
Post: RE: CodeIgniter4 CLI-Create

includebeer Wrote: (03-09-2020, 02:01 PM) -- Nice! This could be very useful! Can you add some example commands in the README? I did not try it yet, but I’m not use how to use some of the opti...
7,243 Views
6 Replies
03-09-2020, 09:35 PM
monkenWu
    Thread: CodeIgniter4 CLI-Create
Post: CodeIgniter4 CLI-Create

Hello everyone. I made a plugin based on the CodeIgniter4 cli mode. Cli-Create is based on CodeIgniter4. It will help you generate template files more quickly when developing projects with CodeI...
7,243 Views
6 Replies
03-09-2020, 10:44 AM
monkenWu
    Thread: jQuery Datatables API with CI4
Post: RE: jQuery Datatables API plugin based CI4

jreklund Wrote: (02-08-2020, 11:31 AM) -- Hi, just tried the examples on your website. The first one dosen't sort at all. The second are sorting like this: title1 title10 title11 title2 instead of t...
6,886 Views
3 Replies
02-08-2020, 11:53 AM
monkenWu
    Thread: jQuery Datatables API with CI4
Post: jQuery Datatables API with CI4

Hello everyone. I often use the jQuery DataTables library, so I made this plugin . Tableslgniter is an plugin base on CodeIgniter4. It will help you use jQuery Datatables in server side mode. ...
6,886 Views
3 Replies
02-08-2020, 11:23 AM
monkenWu

Theme © iAndrew 2016 - Forum software by © MyBB