Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Re: CodeIgniter 4
Post: RE: Re: CodeIgniter 4
What is the error message you get? What did you try to do? |
|
berendbotje91 |
CodeIgniter 4 Support
|
1 |
329 |
01-26-2021, 11:58 PM |
|
|
Thread: Model refusing to insert data
Post: RE: Model refusing to insert data
(01-10-2021, 12:02 AM)cantinsertdata Wrote: After checking out the source code for CodeIgniter\Model, it would seem there's an unimplemented method possibly interrupting code execution, and any erro... |
|
berendbotje91 |
CodeIgniter 4 Support
|
10 |
1,157 |
01-11-2021, 12:37 AM |
|
|
Thread: Redirect issue on new local project
Post: RE: Redirect issue on new local project
(01-08-2021, 04:21 AM)rcamino Wrote: Thank you! It worked, I found the guide very useful: now, I wonder what it will be like to put the project in production in an existing subfolder on a shared ser... |
|
berendbotje91 |
CodeIgniter 4 Support
|
5 |
647 |
01-11-2021, 12:21 AM |
|
|
Thread: Change language dynamically in CodeIgniter 4
Post: RE: Change language dynamically in CodeIgniter 4
Instead of changing the default, you can change it using the request with "$this->request->setLocale()". You can also retrieve the current one with "$this->request->getLocale()"
(... |
|
berendbotje91 |
CodeIgniter 4 Support
|
2 |
390 |
01-07-2021, 06:41 AM |
|
|
Thread: Redirect issue on new local project
Post: RE: Redirect issue on new local project
For local development it is advised to use php built in web server. See http://codeigniter.com/user_guide/instal...nning.html
On a server everything is served from the public folder and changed using... |
|
berendbotje91 |
CodeIgniter 4 Support
|
5 |
647 |
01-07-2021, 05:16 AM |
|
|
Thread: Model refusing to insert data
Post: RE: Model refusing to insert data
Check this (http://codeigniter.com/user_guide/models...your-model), and specifically the $allowedFields part.
Also, $data should be formatted in a way that would be accepted (same field names). |
|
berendbotje91 |
CodeIgniter 4 Support
|
10 |
1,157 |
01-07-2021, 04:35 AM |
|
|
Thread: Pagination with Custom model
Post: RE: Pagination with Custom model
(01-07-2021, 02:31 AM)AndreaL Wrote: Hi, if you refer to my question I have posted the code.
By "custom model" I mean that I am not extending codeigniter's model but I have built a model of my own.
... |
|
berendbotje91 |
CodeIgniter 4 Support
|
13 |
1,650 |
01-07-2021, 04:21 AM |
|
|
Thread: User switching locale
Post: RE: User switching locale
(11-12-2020, 02:12 AM)T.O.M. Wrote: You may use "$this->request->setLocale()" and "$this->request->getLocale()" methods to set and get locale from request and do not use URL segm... |
|
berendbotje91 |
CodeIgniter 4 Support
|
3 |
598 |
11-12-2020, 07:35 AM |
|
|
Thread: User switching locale
Post: User switching locale
I have content negotiation on for the locale. But is it possible to have a user switch locale without going the route way? |
|
berendbotje91 |
CodeIgniter 4 Support
|
3 |
598 |
11-12-2020, 01:24 AM |
|
|
Thread: Server migration and the Config/Paths.php file
Post: Server migration and the Config/Paths.php file
I just migrated my project from 1 server to another and kept having problems with trying to run it. I kept keeping blank pages, and no errors in the log of CodeIgniter. Meanwhile it worked fine on the... |
|
berendbotje91 |
CodeIgniter 4 Support
|
0 |
313 |
10-05-2020, 05:14 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Will there be a physical version when the book is finished? |
|
berendbotje91 |
News & Discussion
|
51 |
36,643 |
09-27-2020, 10:44 PM |
|
|
Thread: We need API DOC
Post: RE: We need API DOC
(05-19-2020, 06:23 PM)Instrye Wrote: like https://laravel.com/api/5.8
Convenient to find function parameters and return values
Isn't this what you are looking for?
https://codeigniter4.github.io/api/ |
|
berendbotje91 |
CodeIgniter 4 Support
|
3 |
975 |
05-20-2020, 03:23 AM |
|
|
Thread: CodeIgniter.com - Report problems!
Post: RE: CodeIgniter.com - Report problems!
(04-28-2020, 06:40 AM)kilishan Wrote: @nige1 thanks. I transferred the old Cloudflare account from Jim's account last night and it looked fine when I went to bed. Investigating.Seems to work now. |
|
berendbotje91 |
News & Discussion
|
50 |
28,175 |
04-28-2020, 07:36 AM |
|
|
Thread: Which browser do you guys recommend?
Post: RE: Which browser do you guys recommend?
I use Firefox Developer Edition most of the time on my Linux and Windows machines. I use Chrome occasionally if I need to debug something on mobile views, that way I can use the remote debugging featu... |
|
berendbotje91 |
Lounge
|
80 |
55,007 |
04-20-2020, 02:01 AM |
|
|
Thread: Over-engineering for a simple system
Post: RE: Over-engineering for a simple system
Perhaps not the best way to tackle your problem, but here is how I "check" the current page for the navigation.
You could load the current controller or method with something service('router')->co... |
|
berendbotje91 |
CodeIgniter 4 Discussion
|
4 |
1,923 |
04-20-2020, 01:24 AM |
|
|
Thread: Localization duplicate page problem when locale set in routes
Post: RE: Localization duplicate page problem when local...
So this problem only occurs when setting the locale in route's, right? Not when using Content Negotiation? |
|
berendbotje91 |
CodeIgniter 4 Support
|
8 |
3,365 |
01-24-2020, 04:13 AM |
|
|
Thread: HTTPS option for php spark serve
Post: RE: HTTPS option for php spark serve
https://www.php.net/manual/en/features.c...server.php
There seems to be no mention of using SSL with PHP Serve, so its probably not possible. You are probably easier of making an development environm... |
|
berendbotje91 |
CodeIgniter 4 Feature Requests
|
2 |
1,849 |
01-20-2020, 11:29 PM |
|
|
Thread: Controller naming PascalCase
Post: RE: Controller naming PascalCase
I didn't really noticed this since I'm developing on Linux. For my urls I always keep exactly the same name as I have with my controllers, so with cases.
So does this mean that you could have multipl... |
|
berendbotje91 |
CodeIgniter 4 Feature Requests
|
6 |
2,982 |
12-12-2019, 11:34 PM |