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?
- using
mysql_fetch_object()
in this case php will create it's own type of object, not my own type ofperson
- 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