Converting a CI3 Project to CI4.5.1 |
(05-10-2024, 08:54 PM)ozornick Wrote: 1. You can create any directory for new files. The main thing is to initialize them correctly in the code. 2. 3. Add general parameters to the BaseController or create your own extension based on it. +CSRF protection is already ready in ci4 Thank you for your response. However, I am still a bit confused by your answer. I am aware I can add additional directories. However, the heart of my question was how does CI4 work with custom libraries? Is there a specific directory that the framework looks for those files in? Or can I use a "core" directory like before and CI4 work as it natively did in CI3 or do I have to code that link to the resources in for CI4? I am mainly asking if CI4 has any kind of library dependencies built-in for custom libraries, rather than the basic libraries that are built-in like: uri, form, database or etc. In particular, would a controller library need to be defined as a normal controller or as a library resource? Thanks again. |
Messages In This Thread |
Converting a CI3 Project to CI4.5.1 - by Josh1985 - 05-10-2024, 07:30 PM
RE: Coverting a CI3 Project to CI4.5.1 - by ozornick - 05-10-2024, 08:54 PM
RE: Coverting a CI3 Project to CI4.5.1 - by Josh1985 - 05-10-2024, 09:30 PM
RE: Coverting a CI3 Project to CI4.5.1 - by kenjis - 05-11-2024, 01:17 AM
RE: Converting a CI3 Project to CI4.5.1 - by InsiteFX - 05-10-2024, 10:11 PM
RE: Converting a CI3 Project to CI4.5.1 - by Josh1985 - 05-12-2024, 09:40 PM
RE: Converting a CI3 Project to CI4.5.1 - by ozornick - 05-10-2024, 10:38 PM
RE: Converting a CI3 Project to CI4.5.1 - by ozornick - 05-12-2024, 10:19 PM
|