In this post, I discuss the usefulness of clean coding and static analyzers used to introspect it. I will also outline a few neat tools and tricks to get there faster. Static Analyzers Statically analyzing your code can be super…
Tag: entities
Virtual entity fields in CakePHP
I must say: I have not been using them in the years of their existence in CakePHP 3+. But I now started and must say: They can sure be handy. How do they work? They basically calculate the results of…