Mythical PHP DI December 26, 2022 What if PHP DI1 will look like this?: $object = new Application(cache: new DbCache()); DI ↩ Read More
Loading CSV into MySQL April 8, 2020 Interesting task how to load data from csv file into MySQL table. 💭 Read More