最贊回答 / imwim
根據(jù) Doctrine 官網(wǎng)文檔的定義,在使用 Doctrine 時,PHP 的對象 (Objects) 需要存儲到數(shù)據(jù)庫時,這些對象被稱為實體 (Entities),使用實體標識的對象都有一個唯一標識 (identity) 。Every PHP object that you want to save in the database using Doctrine is called an “Entity”. The term “Entity” describes objects that have an...
2016-12-01
我覺得不是掌握doctrine2的使用方法,而是掌握doctrine2的概念,聽完這部分,我都不知道怎么操作數(shù)據(jù)庫的增刪改查
2016-11-09