Welcome Guest, Not a member yet? Register   Sign In
CI3 to CI4 - hardest transition points?
#10

(07-22-2019, 07:48 PM)Avega Soft Wrote: Personally, the following topics are of interest to me:

  • Namespaces practical use in CI4 with examples
  • Routing and more practical examples  
  • Working with database - real app with examples queries  
  • How to use .env in practical examples  
  • How to use Filters in practical examples  
  • How to use Events in practical examples 
  • How to use Honeypot in practical examples 
  • How to use Migrations in practical examples
  • How to use and work Cache / DB-cache in practical examples
  • How to create API in practical examples
And ofcourse i am very waiting your book https://leanpub.com/codeigniter4foundations

I found .env to be mostly unnecessary, I replace it with a php file that I don't submit to the repo that hosts my confidential configuration values in native php. The fact that .env stores everything as plain text so when you set something to 'false', you don't get a boolean, you get the string 'false'. Same goes for null, true, and any integer. Especially if you're using strict typing, it becomes problematic. Not unsolvable, or even hard to fix, just annoying.
Reply


Messages In This Thread
RE: CI3 to CI4 - hardest transition points? - by mladoux - 07-30-2019, 10:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB