Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Tongue Thread: Session and cookies shutdown
Post: Session and cookies shutdown

Hi, guys! I plan to use CI only for API service. How can I disable services generate sessions and cookies?
1,276 Views
1 Replies
05-14-2020, 07:40 AM
mintwint
    Thread: ValidationRules Bug? when required email
Post: RE: ValidationRules Bug? when required email

Hi! Add new rule for field: permit_empty
1,901 Views
2 Replies
02-29-2020, 03:36 AM
mintwint
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Thanks for all! I have been waiting for this day for 2 years! Today is party at my company!
216,617 Views
132 Replies
02-24-2020, 08:21 AM
mintwint
    Thread: CURL problem
Post: CURL problem

Hello! I ger null CSP with CURL request Curl standart code (work good for me): PHP Code: --                 $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://127.0.0.1:8545'); c...
1,966 Views
1 Replies
02-22-2020, 07:18 AM
mintwint
    Thread: Help me with route, thanks
Post: RE: Help me with route, thanks

Acme\Home\Controllers\ It seems superfluous
3,557 Views
5 Replies
02-05-2020, 04:04 AM
mintwint
    Thread: Create JWT Auth in CodeIgniter 4
Post: RE: Create JWT Auth in CodeIgniter 4

Hyd3r1 Wrote: (01-24-2020, 12:27 PM) -- Is there a library or a way to create JWT authorization in CodeIgniter 4? -- Sure! https://github.com/firebase/php-jwt (https://github.com/firebase/php-jwt) ...
16,335 Views
15 Replies
01-30-2020, 10:19 AM
mintwint
    Thread: Get array lang variables
Post: RE: Get array lang variables

JNapolitanoIT Wrote: (01-20-2020, 01:58 PM) -- You could try using nested arrays inside of your language files, as seen here (https://codeigniter4.github.io/userguide/outgoing/localization.html#neste...
6,530 Views
7 Replies
01-21-2020, 08:09 AM
mintwint
    Thread: Get array lang variables
Post: RE: Get array lang variables

littlej Wrote: (01-19-2020, 04:17 PM) -- Hello there ! Here is how you can achieve what you are asking: PHP Code: -- // Path to the language file, adapt it $languageFilePath = APPPATH . 'La...
6,530 Views
7 Replies
01-20-2020, 01:19 PM
mintwint
    Thread: Get array lang variables
Post: RE: Get array lang variables

First of all, thank you for your post! I need to get the all array in file without user lang key. I want to send an array of all keys to Vue frontend and use indexes to determine keys.
6,530 Views
7 Replies
01-18-2020, 07:57 AM
mintwint
  Question Thread: Get array lang variables
Post: Get array lang variables

Hello! Is there method to get an array lang file app/language/en/Test.php ? Thank you?
6,530 Views
7 Replies
01-17-2020, 01:51 PM
mintwint
    Thread: nginx server install
Post: nginx server install

Hello! What rules should I use for nginx server?
2,259 Views
1 Replies
11-24-2019, 07:46 AM
mintwint
    Thread: Include 3d-party
Post: Include 3d-party

Hello! I have some problem connecting 3d libraries. I send files to folder: Code: -- app/ThirdParty/Awsmailru/ -- Autoloader this: Code: -- app/ThirdParty/Awsmailru/aws-autoloader.ph...
1,656 Views
1 Replies
10-27-2019, 07:27 AM
mintwint
    Thread: 403 error in AJAX to Controller
Post: RE: 403 error in AJAX to Controller

check csrf token
12,630 Views
7 Replies
10-27-2019, 07:22 AM
mintwint
    Thread: Not work Debug toolbar
Post: RE: Not work Debug toolbar

thanks to all!
4,677 Views
5 Replies
09-30-2019, 04:04 AM
mintwint
    Thread: Not work Debug toolbar
Post: RE: Not work Debug toolbar

MGatner Wrote: (09-27-2019, 05:51 PM) -- It's a known issue, fix in the works: https://github.com/codeigniter4/CodeIgniter4/issues/2275 Quick fix is open system/Debug/Toolbar/Views and rename _*.t...
4,677 Views
5 Replies
09-28-2019, 04:48 AM
mintwint
    Thread: Not work Debug toolbar
Post: Not work Debug toolbar

Hello! After upgrade CR1->CR2 debug toolbar not work. I get error in console ?debugbar_time=1569581131 500 (Internal Server Error) Logs: CRITICAL - 2019-09-27 05:34:20 --> Invalid file: #0 /...
4,677 Views
5 Replies
09-27-2019, 03:47 AM
mintwint
    Thread: language abbreviation in url
Post: RE: language abbreviation in url

Edit routes.php like this: PHP Code: -- $routes->get('{locale}/auth/(:any)', 'Auth::$1'); $routes->post('{locale}/auth/(:any)', 'Auth::$1'); -- {locale} - local code auth - name controller (:...
4,542 Views
5 Replies
09-26-2019, 12:16 PM
mintwint
    Thread: Celling class model and function model
Post: RE: Celling class model and function model

InsiteFX Wrote: (09-08-2019, 08:26 AM) -- So what problems are you having? That tell's nothing about your problem. It would be something like this: PHP Code: -- // Loading a model in the Contr...
2,365 Views
2 Replies
09-08-2019, 10:30 AM
mintwint
    Thread: A Complete REST API Tutorial
Post: RE: A Complete REST API Tutorial

You need set JSON response in your request. From the browser it will always be XML. You can JSON only leave in app/Config/Format.php, comment line 23 and 39: PHP Code: -- 'application/xml', // ...
22,485 Views
6 Replies
09-07-2019, 11:31 PM
mintwint
    Thread: Controller in for sub-directory
Post: RE: Controller in for sub-directory

ciadmin Wrote: (09-07-2019, 05:50 AM) -- Your Hello controller needs the proper namespace ... Code: --
2,745 Views
2 Replies
09-07-2019, 10:28 AM
mintwint

Theme © iAndrew 2016 - Forum software by © MyBB