在ZF中存儲複雜模型的最佳方法是什麼?在下面的例子中,每個屬性應該是完全獨立的模型,還是應該是多維數組(如下所示)?分層?複雜的Zend框架模型/對象的結構
object(Application_Model_Item)#79 (4) {
["_id":protected] => int(45)
["_name":protected] => string(5) "Bolts"
["_description":protected] => NULL
["_attributes":protected] => array(2) {
[0] => array(2) {
["id"] => string(1) "3"
["name"] => string(4) "Size"
}
[1] => array(2) {
["id"] => string(1) "4"
["name"] => string(6) "Length"
}
}
在此先感謝。
你有任何特定的ORM要求嗎?詳細說明ORM原則的建議是否可行? – balupton 2010-08-11 12:20:45