PHP5 nesne çok veri almak için doğru yolu odaklı

2 Cevap php

Fortunately, I know how to fetch data from the database, That's not a problem. For my object oriented application I would have a table with users / persons. I also have a person class.

The case: I would like to show to the end user a list with all the persons. What is the correct way to show do this?

  1. using mysql_fetch_object() in this case php will create it's own type of object, not my own type of person
  2. Db tüm satırları getiriliyor ve sonra her bir nesne oluşturmak?

Ya da bunu yapmak için bir başka iyi bir yolu var mı?

Ayrıca bazı (sözde) kodunu göstermek miyiz?

Teşekkürler