Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: I need to help with routes problem.
Post: RE: I need to help with routes problem.

ciadmin Wrote: (12-04-2018, 11:15 AM) -- The author of the PR closed it - you should ask him/her why. My guess is that they tried to address your github issue, and you responded that it didn't help. ...
4,350 Views
3 Replies
12-04-2018, 12:01 PM
eterv
    Thread: I need to help with routes problem.
Post: RE: I need to help with routes problem.

PLEASE, let me know your opinion. Actually I created an issue. https://github.com/codeigniter4/CodeIgniter4/issues/1564 And now, there is a closed PR. Why closed?? (T.T) https://github.com/cod...
4,350 Views
3 Replies
12-04-2018, 10:38 AM
eterv
    Thread: triggerFilter in Event
Post: RE: triggerFilter in Event

kilishan Wrote: (12-03-2018, 06:56 AM) -- Interesting idea, but it has a very real problem that filters expect to be able to modify the request/response or return their own response, and calling a fi...
3,547 Views
2 Replies
12-03-2018, 08:49 AM
eterv
    Thread: triggerFilter in Event
Post: triggerFilter in Event

I added below new method code in Events\Events.php PHP Code: --    /**     * Runs through all subscribed methods running them one at a time,     * until either:     *  a) All subscribers ha...
3,547 Views
2 Replies
12-03-2018, 01:09 AM
eterv
    Thread: I need to help with routes problem.
Post: I need to help with routes problem.

I need to help with routes problem. Below is a part of My Config/Routes.php file. PHP Code: -- $routes->setDefaultNamespace('MyTest\Controllers'); $routes->setDefaultController('Home'); $rout...
4,350 Views
3 Replies
11-28-2018, 10:28 AM
eterv
    Thread: maybe need to modify session garbage collector section.
Post: maybe need to modify session garbage collector sec...

I think that maybe need to modify session garbage collector section. Session/Handlers/FileHandler.php public function gc(); original code is ... $pattern = sprintf(   '/^%s[0-9a-f]{%d}$/', ...
2,245 Views
0 Replies
11-26-2018, 11:48 AM
eterv
    Thread: I need help about php version.
Post: RE: I need help about php version.

puschie Wrote: (11-09-2018, 02:43 AM) -- 7.1 introduce nullable types, void return type and catching of multiple exception types -> so you could remove all parameter and function types and use it wi...
5,110 Views
4 Replies
11-09-2018, 09:46 AM
eterv
    Thread: I need help about php version.
Post: I need help about php version.

First, thank you for CI4 development team. I have a question. - Why CI4 must require php 7.1 or above version, not 7.0 ? So, I saw index.php file.  there are the folling part. $minPHPVersio...
5,110 Views
4 Replies
11-08-2018, 05:41 AM
eterv

Theme © iAndrew 2016 - Forum software by © MyBB