Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: {field}, {param} and {value} tags not working in model validation?
Post: RE: {field}, {param} and {value} tags not working ...

It looks like the tagging only works if you have the entry in the language Validation.php file in my case at ./app/Language/en/Validation.php it totally disregards tags in the $error = '' variable...
2,881 Views
5 Replies
06-29-2021, 09:28 AM
dmyers
    Thread: {field}, {param} and {value} tags not working in model validation?
Post: RE: {field}, {param} and {value} tags not working ...

InsiteFX unfortunately that didn't change anything it is still showing {field}, {param} and {value} must only contain uppercase letters. in my error dialog
2,881 Views
5 Replies
06-29-2021, 04:00 AM
dmyers
    Thread: {field}, {param} and {value} tags not working in model validation?
Post: {field}, {param} and {value} tags not working in m...

I searched a few different terms but could not locate the answer so I apologies if this has already been covered. I am using the CodeIgniter 4 Model validation rules  PHP Code: -- protected $vali...
2,881 Views
5 Replies
06-28-2021, 09:30 AM
dmyers
  Wink Thread: CodeIgniter 4.0.0-alpha.5 Released
Post: RE: CodeIgniter 4.0.0-alpha.5 Released

Thanks you to the Entire Team for your continued hard work! DMyers  :)
30,386 Views
13 Replies
01-30-2019, 11:01 AM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: RE: CodeIgniter4 - Event pass by ???

Sorry Kilishan, I tried to do the update myself but ran into problems signing my code. I did fill a bug report on github coving the issue and the fix.
11,999 Views
11 Replies
10-08-2018, 07:55 AM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: RE: CodeIgniter4 - Event pass by ???

kilishan Wrote: (10-03-2018, 12:09 PM) -- Well - we have part of that covered (https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Model.php#L235) anyway. Seems docs are pretty lacking on it ...
11,999 Views
11 Replies
10-03-2018, 12:38 PM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: RE: CodeIgniter4 - Event pass by ???

kilishan Wrote: (10-03-2018, 09:32 AM) -- dmyers Wrote: (10-03-2018, 06:18 AM) -- kilishan, thank you for your excellent reply and thank you for all of your hardwork on CodeIgniter 4. What I was ge...
11,999 Views
11 Replies
10-03-2018, 11:43 AM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: RE: CodeIgniter4 - Event pass by ???

kilishan Wrote: (10-02-2018, 01:07 PM) -- Actually, there is some cleanup on that Autoload classmap file that needs to be done. Like most of it needs to be ripped out, I believe. It was originally an...
11,999 Views
11 Replies
10-03-2018, 06:18 AM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: RE: CodeIgniter4 - Event pass by ???

I figured I could simply extend the Events Class to add this feature (https://bcit-ci.github.io/CodeIgniter4/extending/core_classes.html#extending-core-classes) but it looks like this library is autol...
11,999 Views
11 Replies
10-02-2018, 06:57 AM
dmyers
    Thread: CodeIgniter4 - Event pass by ???
Post: CodeIgniter4 - Event pass by ???

Started to test a few things in CI4 and was wondering what the best way to handle modifying the input to a Event. Seems to me perhaps just passing the values by reference might solve the problem? ...
11,999 Views
11 Replies
10-01-2018, 08:41 AM
dmyers
    Thread: CodeIgniter 4.0.0-alpha.1 released
Post: RE: CodeIgniter 4.0.0-alpha.1 released

Thank you for all your hard work Lonnie and dedication James. Also to everyone that has helped with CodeIgniter Development!
60,334 Views
29 Replies
10-01-2018, 06:08 AM
dmyers
    Thread: Rental Ecommerce Marketplace
Post: RE: Rental Ecommerce Marketplace

Looks really good it's great to see others using CodeIgniter for Large Projects.
7,647 Views
4 Replies
09-16-2018, 04:07 PM
dmyers
    Thread: CI4 release date coming
Post: RE: CI4 release date coming

albertleao Wrote: (09-06-2018, 07:15 AM) -- So you guys are suggesting creating tools that are codeigniter specific instead of using composer for packages that anyone can use? -- I use composer pac...
37,559 Views
21 Replies
09-06-2018, 08:29 AM
dmyers
    Thread: [split] CI4 vs CI3/CI2
Post: RE: [split] CI4 vs CI3/CI2

Pertti Wrote: (08-22-2018, 01:30 AM) -- The main differences seem to be some syntax, resources are now loaded differently - instead of $this->load->model() you'd now use use mymodel/mymodel and views...
9,397 Views
7 Replies
08-22-2018, 01:05 PM
dmyers
    Thread: Security related to controller URL
Post: RE: Security related to controller URL

This might help https://www.codeigniter.com/user_guide/general/controllers.html?highlight=methods#methods As well as what the other poster said https://www.codeigniter.com/user_guide/general/...
6,122 Views
8 Replies
06-22-2018, 02:04 PM
dmyers
    Thread: CodeIgniter 3.1.9 released
Post: RE: CodeIgniter 3.1.9 released

Thank you JLP and Team for your continued dedication and hard work!
108,401 Views
49 Replies
06-12-2018, 07:44 AM
dmyers
    Thread: How enable PUT METHOD?
Post: RE: How enable PUT METHOD?

omid_student, Glad To Hear!
13,512 Views
8 Replies
04-06-2018, 04:55 AM
dmyers
    Thread: How enable PUT METHOD?
Post: RE: How enable PUT METHOD?

What are you using to send the post request?
13,512 Views
8 Replies
04-05-2018, 03:58 PM
dmyers
    Thread: How enable PUT METHOD?
Post: RE: How enable PUT METHOD?

You can use the Input Stream https://www.codeigniter.com/user_guide/libraries/input.html#using-the-php-input-stream (https://www.codeigniter.com/user_guide/libraries/input.html#using-the-php-input-...
13,512 Views
8 Replies
04-05-2018, 05:43 AM
dmyers
    Thread: CodeIgniter and Security
Post: RE: CodeIgniter and Security

I guess this question for me needs more input are your talking about the security of your files or security of your data? File security is controlled mostly by your Web Server. CodeIgniter can be setu...
3,696 Views
1 Replies
04-05-2018, 05:15 AM
dmyers

Theme © iAndrew 2016 - Forum software by © MyBB