Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: v4.4.2 bug fix released
Post: RE: v4.4.2 bug fix released

Big thanks :)
1,544 Views
9 Replies
10-22-2023, 07:18 AM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

kenjis Wrote: (10-15-2023, 10:35 PM) -- If it is optional (checkbox seems to be optional in most cases), add the permit_empty rule. PHP Code: -- 'permit_empty|in_list[1]' -- If it won't work, i...
1,340 Views
17 Replies
10-15-2023, 11:13 PM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

kenjis Wrote: (10-15-2023, 03:19 PM) -- @"MrWhite" Yes, in_list should be used. An attacker can send any value to the checklist filed. > but then we have to add hidden input field for that che...
1,340 Views
17 Replies
10-15-2023, 10:21 PM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

kenjis Wrote: (10-11-2023, 03:54 PM) -- Inc33 Wrote: (10-11-2023, 03:00 PM) -- There could be many examples. One that comes to mind, is an address field. Validating address fields is only asking for...
1,340 Views
17 Replies
10-14-2023, 11:36 AM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

sammyskills Wrote: (10-09-2023, 09:21 AM) -- Feel free to send a PR! -- I wish I could! but I dont thing I have a good hang of the framework inside out. [hr] kenjis Wrote: (10-09-2023, 01:52 PM) -...
1,340 Views
17 Replies
10-09-2023, 07:51 PM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

sammyskills Wrote: (10-09-2023, 08:54 AM) -- https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_440.html#when-using-this-validate -- Yeah thats what i'm saying. Instead of introducing...
1,340 Views
17 Replies
10-09-2023, 09:07 AM
MrWhite
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

sammyskills Wrote: (10-09-2023, 07:51 AM) -- From the docs (https://codeigniter4.github.io/CodeIgniter4/libraries/validation.html#id25): Quote: -- The actual validated data can be retrieved wit...
1,340 Views
17 Replies
10-09-2023, 08:35 AM
MrWhite
  Sad Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: $this->validator->getValidated() looks stupid and ...

I'm sorry but i'm not trying to insult anyone here... But I truly dont understand the point of this method. I find it very unnecessary addition to the framework. If the $this->validate() method work...
1,340 Views
17 Replies
10-09-2023, 04:48 AM
MrWhite
    Thread: Very slow performance when in the development environment
Post: RE: Very slow performance when in the development ...

Thank you very much both of you. it was very helpful.
466 Views
4 Replies
09-12-2023, 03:22 AM
MrWhite
  Sad Thread: Very slow performance when in the development environment
Post: Very slow performance when in the development envi...

I'm experiencing very slow page loads when the app in "development" environment. In production, it's totally fine. Any tips to make development environment fast? this slowness makes me miserable when ...
466 Views
4 Replies
09-11-2023, 10:25 PM
MrWhite
  Thumbs Up Thread: CodeIgniter v4.3.8 and v4.4.0 Released!
Post: RE: CodeIgniter v4.3.8 and v4.4.0 Released!

kenjis Wrote: (09-11-2023, 03:52 PM) -- @"MrWhite" I tried the code, and got "$validation->check(...) boolean true" You might have wrong Validation config. -- Thank you very much Kenjis!!! mucho...
12,915 Views
35 Replies
09-11-2023, 08:42 PM
MrWhite
    Thread: CodeIgniter v4.3.8 and v4.4.0 Released!
Post: RE: CodeIgniter v4.3.8 and v4.4.0 Released!

After upgrading to v4.4.0, all form submissions get timeout. I dont know how to fix this issue. I have tried replacing system/validation/Validation.php, system/validation/ValidationInterface.php from...
12,915 Views
35 Replies
09-11-2023, 10:56 AM
MrWhite
    Thread: Proper Mail Support
Post: RE: Proper Mail Support

kenjis Wrote: (02-04-2022, 07:41 PM) -- Okay, I understand you want a package that provides CI4 Email interface and uses Symfony Mailer as the backend. -- Yeah, something like in laravel email. lar...
5,372 Views
9 Replies
02-04-2022, 09:04 PM
MrWhite
    Thread: Proper Mail Support
Post: RE: Proper Mail Support

kenjis Wrote: (02-04-2022, 04:30 PM) -- You can use Symfony Mailer with CI4 now. Code: -- composer require symfony/mailer -- PHP Code: -- use Symfony\Component\Mailer\Transport; use Symfony...
5,372 Views
9 Replies
02-04-2022, 06:50 PM
MrWhite
    Thread: Proper Mail Support
Post: RE: Proper Mail Support

InsiteFX Wrote: (02-04-2022, 01:21 AM) -- The Development Team has plans on replacing the Email Library with a new one. Most of us like to use PhpMailer. -- Nice, thats a great move. there is no po...
5,372 Views
9 Replies
02-04-2022, 03:11 AM
MrWhite
  Sad Thread: Proper Mail Support
Post: Proper Mail Support

Current email support in CI4 is depressingly bad. it's should support for services like MailGun, Postmark, etc... And queueing Mail and stuff...
5,372 Views
9 Replies
02-03-2022, 11:56 PM
MrWhite
  Sad Thread: Image watermarking with image overlay support
Post: Image watermarking with image overlay support

Currently there is no support for image watermarking with image overlay in image manipulation class. Text overlay is not enough to cover most of the image watermarking needs.
3,296 Views
1 Replies
06-15-2021, 07:16 PM
MrWhite
  Photo Thread: Need "min_dims" validation rule
Post: Need "min_dims" validation rule

Under image upload validation rules, we dont have validation rule to check minimum height and width of uploading images. We only have "max_dims". Its great we can have a rule like min_dims.
3,671 Views
2 Replies
06-13-2021, 05:30 AM
MrWhite
    Thread: Avoid using helpers
Post: Avoid using helpers

I don't get why pretty much every PHP framework comes with this shit. I wish CI4 helpers were libraries instead of helpers. global methods are the worst thing. hard to test and bad for readability. ...
3,692 Views
4 Replies
04-06-2021, 10:23 AM
MrWhite
    Thread: Dot notation support for getFlashdata() method
Post: Dot notation support for getFlashdata() method

session() global method and $session->get() method support for dot notation when accessing array elements. but getFlashdata() does not support for that. Its very convenient if we can use getFlashda...
2,454 Views
2 Replies
03-19-2021, 07:45 PM
MrWhite

Theme © iAndrew 2016 - Forum software by © MyBB