Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: upgrading CI from 4.1.1 to 4.1.4
Post: RE: upgrading CI from 4.1.1 to 4.1.4

InsiteFX Wrote: (09-16-2021, 01:44 AM) -- You need to be careful with that because lots of times the app folder has had changes also. Look at the date of the folders and files to see if there has ...
6,088 Views
5 Replies
09-16-2021, 01:58 AM
filit
    Thread: upgrading CI from 4.1.1 to 4.1.4
Post: RE: upgrading CI from 4.1.1 to 4.1.4

Hi ikesela, thanks for your reply. I did not touch anything in system, but I saw there are changes on files outside system (if I remember, in Config as well). Can I use composer without any risk? ...
6,088 Views
5 Replies
09-15-2021, 04:04 PM
filit
    Thread: upgrading CI from 4.1.1 to 4.1.4
Post: upgrading CI from 4.1.1 to 4.1.4

Hi, I have a website with CI4.1.1. Now 4.1.4 is out. If you look for instance at https://codeigniter.com/user_guide/installation/upgrade_412.html it reads: "Numerous files in the project space (ro...
6,088 Views
5 Replies
09-15-2021, 03:49 AM
filit
    Thread: buggy debug bar since I put logic in the manager
Post: buggy debug bar since I put logic in the manager

Hi, I had a website with all the business logic inside the controller.  I only had controllers and models, but controllers had too much code So, following the best practices I read on codeigniter.com...
632 Views
0 Replies
02-24-2021, 10:24 AM
filit
    Thread: getHost bug?
Post: RE: getHost bug?

kenjis Wrote: (02-20-2021, 03:15 AM) -- Do you want $this->$request->getServer('HTTP_HOST') ? -- That worked! Thank you!
1,540 Views
2 Replies
02-20-2021, 03:22 AM
filit
    Thread: debug bar always visible, no matter if dev or prod environment
Post: RE: debug bar always visible, no matter if dev or ...

plaztic Wrote: (02-19-2021, 11:25 AM) -- If the 'normal' method is not working, you can try commenting out 'toolbar' from the code below in /Config/Filters.php PHP Code: -- public $globals = [  ...
1,505 Views
2 Replies
02-20-2021, 02:23 AM
filit
    Thread: debug bar always visible, no matter if dev or prod environment
Post: debug bar always visible, no matter if dev or prod...

Hi, as per subject, the debug bar is always visible, no matter if I set development or production environment. How can I force it to hide?
1,505 Views
2 Replies
02-19-2021, 10:52 AM
filit
    Thread: getHost bug?
Post: getHost bug?

I have a CI4 website on a Win IIS. Default binding is "ci.test" Additional binding is "en.test" (english version of the website) When I navigate the website with en.test on the browser, a simpl...
1,540 Views
2 Replies
02-19-2021, 10:49 AM
filit
    Thread: best practice to handle global variables stored in the database
Post: RE: best practice to handle global variables store...

I have found this: https://forum.codeigniter.com/thread-76758.html
1,219 Views
2 Replies
02-17-2021, 11:44 AM
filit
    Thread: CI4 CMS
Post: RE: CI4 CMS

I think CMS is the tip of the iceberg. Before that, there should be a shared database design, a shared vision about how to dinamically route the calls and so on... Eventually it comes the CMS. But...
29,196 Views
18 Replies
02-17-2021, 07:35 AM
filit
    Thread: redirect()->to ...301 redirect
Post: RE: redirect()->to ...301 redirect

found! it is: redirect()->to($uri, 301)
1,272 Views
1 Replies
02-16-2021, 02:57 AM
filit
    Thread: best practice to write a User class that tale data from different db tables
Post: best practice to write a User class that tale data...

Hi, I am new to CI in general and to CI4. I am loving it but I have a LOT of doubts about what are the best practices to work with Controllers, Models, Entities etc... Now I am facing this problem. ...
557 Views
0 Replies
02-16-2021, 02:50 AM
filit
    Thread: best practice to handle global variables stored in the database
Post: best practice to handle global variables stored in...

Hi, I would like to create a web application where settings are retrieved from the database.  I would use the env file, of course,  to get the database connection settings. But only for that. A...
1,219 Views
2 Replies
02-16-2021, 02:42 AM
filit
    Thread: redirect()->to ...301 redirect
Post: redirect()->to ...301 redirect

Hi, is there a way to redirect with http status 301? Thank you
1,272 Views
1 Replies
02-16-2021, 02:34 AM
filit

Theme © iAndrew 2016 - Forum software by © MyBB