Converting a CI3 Project to CI4.5.1 |
Sorry, are you too lazy for documentation?
![]() https://codeigniter4.github.io/userguide...#libraries I studied the CI3 documentation myself, fixed some scripts. Then I switched to CI 4. There were practically no problems with the migration. You need to change your tactics. Not just copy the code, but reproduce the logic of the application. For example, "load the model, output the model data" and not "create a variable to Copy/Paste replacing $load" |
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
|