One more question, I have been reading about Active Record Pattern ORMs (eg: Eloquent) and Data Mapper ORMs (eg: Doctrine). What is generally recommended ? I feel both are kin...
Can anyone recommend a good Data access layer library in PHP ? It should be lightweight. I am basically looking to use a lightweight datamapper instead of Doctrine which does ...
PDO is good and efficient ; but Doctrine has other features also like Object caching , Repository/Collection pattern.. Any other library/code to achieve this on the top of PDO...