Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Why request doesn't work with slash in the end of URL
Post: RE: Why request doesn't work with slash in the end...

iRedds Wrote: (01-23-2022, 12:52 PM) -- He has such a bug when, depending on the presence or absence of a slash, he (I don’t remember exactly) either does not send data or uses the GET method instead...
3,165 Views
6 Replies
01-24-2022, 12:16 AM
naghtigall
    Thread: Why request doesn't work with slash in the end of URL
Post: RE: Why request doesn't work with slash in the end...

iRedds Wrote: (01-21-2022, 11:04 AM) -- Are you by any chance using Postman for testing? -- Yes, I use postman for testing API. Is it reason of my problem?
3,165 Views
6 Replies
01-23-2022, 11:54 AM
naghtigall
    Thread: Why request doesn't work with slash in the end of URL
Post: RE: Why request doesn't work with slash in the end...

kenjis Wrote: (01-21-2022, 04:34 AM) -- What do you mean by "it's not worked"? What happened? -- I send POST data. when add slash in the end URL returns NULL
3,165 Views
6 Replies
01-21-2022, 04:47 AM
naghtigall
    Thread: Why request doesn't work with slash in the end of URL
Post: Why request doesn't work with slash in the end of ...

In Controller I have this method: Code: -- public function webhook()     {         $request = \Config\Services::request();         $hook_request = $request->getJSON();         var_dump($hook...
3,165 Views
6 Replies
01-21-2022, 04:14 AM
naghtigall
    Thread: how to use controllers filters on CI4
Post: RE: how to use controllers filters on CI4

Thank you for Filters! It's good decision!
18,089 Views
5 Replies
01-18-2022, 02:11 AM
naghtigall
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

Great news! Thank you from Russia!
34,850 Views
43 Replies
02-01-2021, 02:48 AM
naghtigall
    Thread: codeigniter vs lumen
Post: RE: codeigniter vs lumen

Hoodini Wrote: (08-10-2020, 11:59 PM) -- Hey guys, is anybody here ?! -- Yes, I'm here. :) Lumen is framework from Laravel ecosystem. It's like Silex from Symfony ecosystem. Codeigniter it's differe...
7,373 Views
5 Replies
08-11-2020, 03:28 AM
naghtigall
    Thread: Codeigniter is work 100% with PHP7.4.3? 07/03/2020
Post: RE: Codeigniter is work 100% with PHP7.4.3? 07/03/...

A very topical issue for future development in version 3!
30,207 Views
10 Replies
03-12-2020, 03:59 AM
naghtigall
    Thread: Validating Ajax Put Request
Post: RE: Validating Ajax Put Request

In Codeigniter 4 you can check data was sent from form or from ajax request and strong check POST or GET method. Some link in documentation:  https://codeigniter4.github.io/userguide/general/ajax.html...
4,433 Views
5 Replies
03-10-2020, 09:17 AM
naghtigall
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Thank you for your labor!!!!
216,019 Views
132 Replies
02-28-2020, 06:03 AM
naghtigall
    Thread: Codeigniter.com is blocked in Russia
Post: RE: Codeigniter.com is blocked in Russia

problem resolved
3,509 Views
1 Replies
02-14-2020, 04:26 AM
naghtigall
    Thread: CodeIgniter 4.0.0-rc.4
Post: RE: CodeIgniter 4.0.0-rc.4

You made mistake in link of zip file version 4.0.0-rc.4 on page https://codeigniter.com/en/download (https://codeigniter.com/en/download) It's right link https://github.com/codeigniter4/CodeIgniter4/...
43,889 Views
28 Replies
02-13-2020, 02:20 AM
naghtigall
  Photo Thread: Codeigniter.com is blocked in Russia
Post: Codeigniter.com is blocked in Russia

IP-address of Codeigniter.com  (104.27.152.103)  was blocked of government of Russia. Oficial website of government structure - http://rkn.gov.ru/ (http://rkn.gov.ru/) By modern lows of Russian Fe...
3,509 Views
1 Replies
12-04-2019, 09:23 AM
naghtigall
    Thread: CodeIgniter 3.1.11 Released
Post: RE: CodeIgniter 3.1.11 Released

msjagan Wrote: (09-19-2019, 10:57 PM) -- Great work! Waiting for the CI4 as well -- I'm using CI4 in new project. Great experience
62,503 Views
32 Replies
09-20-2019, 03:04 AM
naghtigall
    Thread: Undefined variable: config in Model
Post: RE: Undefined variable: config in Model

Why does code works without declaration of variable $config into Controller, but it doesn't work into Model? I don't search decision. I need explanation.
2,818 Views
2 Replies
09-18-2019, 04:33 AM
naghtigall
    Thread: Undefined variable: config in Model
Post: Undefined variable: config in Model

I use code in Model: PHP Code: -- $encrypter = \Config\Services::encrypter($config); -- And I have error: "Undefined variable: config". When I use this code in controller - it works. Explain please ...
2,818 Views
2 Replies
09-18-2019, 01:30 AM
naghtigall

Theme © iAndrew 2016 - Forum software by © MyBB