PHP OOP – Getters / setters vs. database storing
Create a custom getter method in my Pool class, and filters the swimmers by bath suits color :
PHP OOP – Getters / setters vs. database storing
Create a custom getter method in my Pool class, and filters the swimmers by bath suits color :
PHP OOP – Getters / setters vs. database storing
Create a custom getter method in my Pool class, and filters the swimmers by bath suits color :
Symfony make:entity No Longer Includes the Add Method, Why?
When I run bin/console make:entity
in Symfony v6.4.6 it longer makes add
and remove
methods in the new ServiceEntityRepository
. All of my previously generated repositories have those methods, and I’m not seeing any guidance about why this is different now.
Multiple intranet/internet systems partially working on same data – database strategy
We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2
with Doctrine
, and some background services (e.g. mailing) in Java
. Database – MySql
/MariaDb
. also lot of additional technologies (redis/memcached
, load balancing
, varnish
, replication
and so on). Most important (in this case) are – symfony2
, mysql/maria
and doctrine
.
Multiple intranet/internet systems partially working on same data – database strategy
We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly (90-95%) in Symfony2
with Doctrine
, and some background services (e.g. mailing) in Java
. Database – MySql
/MariaDb
. also lot of additional technologies (redis/memcached
, load balancing
, varnish
, replication
and so on). Most important (in this case) are – symfony2
, mysql/maria
and doctrine
.
Roles configuration strategy
We’re close to start new project using sf2
, and, probably, FosUserBundle
.
Possible to refactor these methods that contain the same logical flow?
I have many methods in many repositories that have the same logical flow:
How to handle karma/bower in a Symfony Bundle on github?
i am working on a Symfony Bundle that uses angular among other javascript deps.
Now i want to unit-test my javascript code and i want to ship those tests as well.
How to handle karma/bower in a Symfony Bundle on github?
i am working on a Symfony Bundle that uses angular among other javascript deps.
Now i want to unit-test my javascript code and i want to ship those tests as well.