loadRowList():
loadRowList() method is used when the database query returns all the records of the table. It returns indexed array of indexed arrays. For example:
loadAssocList():
loadAssocList() method is used when the database query returns all the records of the table. It returns indexed array of associated arrays. For example:
loadObjectList():
loadObjectList() method is used when the database query returns all the records of the table. It returns indexed array of PHP objects. For example:
0 Comment(s)