Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Running session GC from CLI
Post: Running session GC from CLI

Hello is there a better way to clean up sessions from CLI than the following example? PHP Code: -- public function clear_sessions():void{     $this->session = \Config\Services::session();     ...
641 Views
0 Replies
10-09-2020, 12:35 AM
marios88
    Thread: [SOLVED] Chunked / Streamed response
Post: RE: Chunked / Streamed response

That was actually easy, problem was with apache and php-fpm, make sure you have flushpackets=auto in your virtualhost conf Code: --   SetHandler proxy:fcgi://localhost:9000   # for Unix sockets, A...
1,501 Views
1 Replies
08-06-2020, 04:07 AM
marios88
    Thread: [SOLVED] Chunked / Streamed response
Post: [SOLVED] Chunked / Streamed response

Hello Is there a recommended way to send chunked or streaming responses from the controller? Thanks
1,501 Views
1 Replies
08-01-2020, 03:50 AM
marios88
    Thread: Static Route / predefined variables
Post: RE: Static Route / predefined variables

Thanks for your reply! That works as expected with a small caveat Code: -- /pages/showme/ -- is now accessible instead of throwing an error My controller looks something like this, ie. i don'...
2,692 Views
2 Replies
02-07-2019, 02:51 AM
marios88
    Thread: Static Route / predefined variables
Post: Static Route / predefined variables

I am trying to setup a route that sets a fixed parameter PHP Code: -- $routes->get('/', 'Pages::showme/first'); $routes->get('pages/showme/(:alphanum)', 'Pages::showme/$1'); -- hitting "/" resu...
2,692 Views
2 Replies
02-06-2019, 01:11 AM
marios88
    Thread: CodeIgniter 3.1.10 Released
Post: RE: CodeIgniter 3.1.10 Released

Big thanks to all the contributors
60,415 Views
23 Replies
01-17-2019, 01:44 AM
marios88

Theme © iAndrew 2016 - Forum software by © MyBB