Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: $builder->getCompiledSelect not work
Post: RE: $builder->getCompiledSelect not work

Wow thank you very much. Long time passed. I looked at the problem again. Was exactly the right hint. Thanks a lot cerverg!!!
1,405 Views
3 Replies
10-01-2022, 02:48 AM
MikiStoni
    Thread: $builder->getCompiledSelect not work
Post: $builder->getCompiledSelect not work

Hi Devs I used Composer to update my codeigniter to 4.21. Now I get an error message when calling getCompiledSelect. Is there another bug? Greetings, Mike Error Message CodeIgniter\Exceptions\Mode...
1,405 Views
3 Replies
06-17-2022, 05:09 AM
MikiStoni
    Thread: auto_link with String
Post: auto_link with String

Hello everyone.  A cool function: auto_link.  https://codeigniter.com/user_guide/helpers/url_helper.html (https://codeigniter.com/user_guide/helpers/url_helper.html) But I can't give a string...
2,192 Views
1 Replies
09-11-2020, 07:14 AM
MikiStoni
    Thread: CodeIgniter v4.0.4 released
Post: RE: CodeIgniter v4.0.4 released

great thing with the video. thanks for a great job
74,907 Views
44 Replies
07-21-2020, 07:07 AM
MikiStoni
    Thread: Invalid argument supplied for foreach() when using parser
Post: RE: Invalid argument supplied for foreach() when u...

Thx Zahhar that's exactly right. thank you very much. who is writing the documentation? this urgently needs to be corrected!
9,440 Views
8 Replies
03-11-2020, 09:53 AM
MikiStoni
    Thread: ValidationRules Bug? when required email
Post: RE: ValidationRules Bug? when required email

hi. thank you very much, that was it exactly :shy:
1,880 Views
2 Replies
02-29-2020, 01:57 PM
MikiStoni
  Thumbs Up Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

You're right. If I input that directly, it works. [hr] with the further use of the class i found out that no provided filter works for me if a bracket belongs to it. work: Code: --             ...
8,626 Views
13 Replies
02-29-2020, 02:02 AM
MikiStoni
    Thread: ValidationRules Bug? when required email
Post: ValidationRules Bug? when required email

Hello developers. Why do I get an error if I send an empty field but do not use a required option? Code: --   protected $dynamicRules = [     'webseite'     => 'required|valid_url',     'e...
1,880 Views
2 Replies
02-29-2020, 01:38 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

Hi zahhar doesn't work for me. My Controll Code: --     helper('changetable');     // get ma permission name     $data = [       'ma_perm_name'          => permission2name(session('userD...
8,626 Views
13 Replies
02-26-2020, 04:08 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

zahhar Wrote: (02-23-2020, 03:35 PM) -- Dear MikiStoni, Seems you spotted a bug in CI4 Parser class (vendor/codeigniter4/framework/system/View/Parser.php).  I can reproduce it. This code wo...
8,626 Views
13 Replies
02-24-2020, 08:34 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

John_Betong Wrote: (02-23-2020, 09:47 PM) -- @MikiStoni, > unfortunately not. the parser seems not to be able to read the date correctly I am not a fan of using any parser and have never heard an...
8,626 Views
13 Replies
02-24-2020, 08:29 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

unfortunately not. the parser seems not to be able to read the date correctly https://www.picture-reflex.eu/uploads/20200223/e11669608094c225f8863c69d9611b7a48b1667b.png I write: {timestamp} a...
8,626 Views
13 Replies
02-23-2020, 08:11 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: RE: Reformat date from CURRENT_TIMESTAMP

John_Betong Wrote: (02-22-2020, 05:26 PM) -- The timestamp could be passed to the PHP day(...) function. Check out the examples: https://www.php.net/manual/en/function.date.php Code: -- echo d...
8,626 Views
13 Replies
02-23-2020, 02:32 AM
MikiStoni
    Thread: Reformat date from CURRENT_TIMESTAMP
Post: Reformat date from CURRENT_TIMESTAMP

quick question: is it possible to reformat a CURRENT_TIMESTAMP generated timestamp from MySQL Code: -- Y-m-d h:i:s to d.m.Y h:i:s -- in parser? I cannot find any Provided Filter. ...
8,626 Views
13 Replies
02-22-2020, 02:08 PM
MikiStoni
    Thread: Invalid argument supplied for foreach() when using parser
Post: RE: Invalid argument supplied for foreach() when u...

hello. is there already a solution here? i have the same problem. in the ci4 documentation the example does not work either. greeting, mike https://codeigniter4.github.io/userguide/outgoing/v...
9,440 Views
8 Replies
02-19-2020, 02:34 PM
MikiStoni

Theme © iAndrew 2016 - Forum software by © MyBB