php
12
Mar

PHP & WordPress: What You Need to Know (Even If You’re Not a Developer)

Hey there, I’m one of the WordPress and PHP enthusiasts at WATA Factory. Over the years, I’ve watched WordPress evolve from a simple blogging platform into a powerhouse that can handle e-commerce sites, membership portals, media repositories, and so much more. If you’re curious about how WordPress works behind the scenes—or maybe you’re a designer...
Read More
18
Oct

Working with Enum Types in Symfony and PostgreSQL 

Sometimes we need a list of valid values for a certain field in the database. To this end, we can create a custom data type in Symfony and use it in our entity mapping definitions. That way, we can also use it in our validations. It’s especially helpful when using PostgreSQL ENUM types.
Read More