[doctrine-user] Why use Entities for foreign keys (What is the benefit)?

2016-08-02 Thread Dennis Fedco
I am using Doctrine "in reverse" in that I have some legacy code that I am refactoring, and I am fitting in Doctrine to be on top of already existing tables. So for example I have a table like so: item(id, description, motor_id, product_id, drive_id); I also have the corresponding tables for

Re: [doctrine-user] MySQL cache

2016-08-02 Thread Marco Pivetta
Usually, RDBMs are a poor fit as k/v cache. On 2 Aug 2016 7:58 a.m., "Nima Sadjadi" wrote: > Hi, > > What about this? Would consider to add? > > https://github.com/doctrine/cache/issues/175 > > Thanks, > > -- > You received this message because you are subscribed to the